INPUT_OBJECT
AccountConnectionWhereInput
AccountConnectionWhereInput is used for filtering AccountConnection objects. Input was generated by ent.
link GraphQL Schema definition
- input AccountConnectionWhereInput {
- : AccountConnectionWhereInput
- : [AccountConnectionWhereInput!]
- : [AccountConnectionWhereInput!]
- # id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- : ID
- : ID
- : ID
- : ID
- # connection_status field predicates
- : AccountConnectionConnectionStatus
- : AccountConnectionConnectionStatus
- : [AccountConnectionConnectionStatus!]
- : [AccountConnectionConnectionStatus!]
- # import_status field predicates
- : AccountConnectionImportStatus
- : AccountConnectionImportStatus
- : [AccountConnectionImportStatus!]
- : [AccountConnectionImportStatus!]
- # export_status field predicates
- : AccountConnectionExportStatus
- : AccountConnectionExportStatus
- : [AccountConnectionExportStatus!]
- : [AccountConnectionExportStatus!]
- # type field predicates
- : AccountConnectionType
- : AccountConnectionType
- : [AccountConnectionType!]
- : [AccountConnectionType!]
- # account_id field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : Boolean
- : Boolean
- : String
- : String
- # profile_picture_url field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : Boolean
- : Boolean
- : String
- : String
- # user_id field predicates
- : ID
- : ID
- : [ID!]
- : [ID!]
- # username field predicates
- : String
- : String
- : [String!]
- : [String!]
- : String
- : String
- : String
- : String
- : String
- : String
- : String
- : Boolean
- : Boolean
- : String
- : String
- # created_at field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- # updated_at field predicates
- : Time
- : Time
- : [Time!]
- : [Time!]
- : Time
- : Time
- : Time
- : Time
- # total_published field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # total_ignored field predicates
- : Int
- : Int
- : [Int!]
- : [Int!]
- : Int
- : Int
- : Int
- : Int
- # user edge predicates
- : Boolean
- : [UserWhereInput!]
- # imported_videos edge predicates
- : Boolean
- : [ImportedVideoWhereInput!]
- # instagram_scrape_logs edge predicates
- : Boolean
- : [InstagramScrapeLogWhereInput!]
- }
link Require by
- AccountConnectionWhereInputAccountConnectionWhereInput is used for filtering AccountConnection objects. Input was generated by ent.
- ImportedVideoWhereInputImportedVideoWhereInput is used for filtering ImportedVideo objects. Input was generated by ent.
- InstagramScrapeLogWhereInputInstagramScrapeLogWhereInput is used for filtering InstagramScrapeLog objects. Input was generated by ent.
- Querynull
- UserWhereInputUserWhereInput is used for filtering User objects. Input was generated by ent.