INPUT_OBJECT
PubmedTopicClusterWhereInput
PubmedTopicClusterWhereInput is used for filtering PubmedTopicCluster objects. Input was generated by ent.
link GraphQL Schema definition
- input PubmedTopicClusterWhereInput {
- : PubmedTopicClusterWhereInput
- : [PubmedTopicClusterWhereInput!]
- : [PubmedTopicClusterWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # cluster_id field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # cluster_label field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- # label field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : Boolean
- : Boolean
- : String
- : String
- # pubmed_articles edge predicates
- : Boolean
- : [PubmedArticleWhereInput!]
- # topics edge predicates
- : Boolean
- : [TopicWhereInput!]
- # topic_pubmed_topic_cluster edge predicates
- : Boolean
- : [TopicPubmedTopicClusterWhereInput!]
- }