RecordAssociationWhereInput
RecordAssociationWhereInput is used for filtering RecordAssociation objects. Input was generated by ent.
input RecordAssociationWhereInput {
not: RecordAssociationWhereInput
and: [RecordAssociationWhereInput!]
or: [RecordAssociationWhereInput!]
id: ID
idNEQ: ID
idIn: [ID!]
idNotIn: [ID!]
idGT: ID
idGTE: ID
idLT: ID
idLTE: ID
createdAt: Time
createdAtNEQ: Time
createdAtIn: [Time!]
createdAtNotIn: [Time!]
createdAtGT: Time
createdAtGTE: Time
createdAtLT: Time
createdAtLTE: Time
updatedAt: Time
updatedAtNEQ: Time
updatedAtIn: [Time!]
updatedAtNotIn: [Time!]
updatedAtGT: Time
updatedAtGTE: Time
updatedAtLT: Time
updatedAtLTE: Time
companyID: String
companyIDNEQ: String
companyIDIn: [String!]
companyIDNotIn: [String!]
companyIDGT: String
companyIDGTE: String
companyIDLT: String
companyIDLTE: String
companyIDContains: String
companyIDHasPrefix: String
companyIDHasSuffix: String
companyIDEqualFold: String
companyIDContainsFold: String
recordID: ID
recordIDNEQ: ID
recordIDIn: [ID!]
recordIDNotIn: [ID!]
associatedRecordID: ID
associatedRecordIDNEQ: ID
associatedRecordIDIn: [ID!]
associatedRecordIDNotIn: [ID!]
schemaAssociationTypeID: ID
schemaAssociationTypeIDNEQ: ID
schemaAssociationTypeIDIn: [ID!]
schemaAssociationTypeIDNotIn: [ID!]
position: Int
positionNEQ: Int
positionIn: [Int!]
positionNotIn: [Int!]
positionGT: Int
positionGTE: Int
positionLT: Int
positionLTE: Int
hasRecord: Boolean
hasRecordWith: [RecordWhereInput!]
hasAssociatedRecord: Boolean
hasAssociatedRecordWith: [RecordWhereInput!]
hasSchemaAssociationType: Boolean
hasSchemaAssociationTypeWith: [SchemaAssociationWhereInput!]
hasRecordAssociationValues: Boolean
hasRecordAssociationValuesWith: [RecordAssociationValueWhereInput!]
}
Fields
RecordAssociationWhereInput.not ● RecordAssociationWhereInput input
RecordAssociationWhereInput.and ● [RecordAssociationWhereInput!] list input
RecordAssociationWhereInput.or ● [RecordAssociationWhereInput!] list input
RecordAssociationWhereInput.id ● ID scalar
id field predicates
RecordAssociationWhereInput.idNEQ ● ID scalar
RecordAssociationWhereInput.idIn ● [ID!] list scalar
RecordAssociationWhereInput.idNotIn ● [ID!] list scalar
RecordAssociationWhereInput.idGT ● ID scalar
RecordAssociationWhereInput.idGTE ● ID scalar
RecordAssociationWhereInput.idLT ● ID scalar
RecordAssociationWhereInput.idLTE ● ID scalar
RecordAssociationWhereInput.createdAt ● Time scalar
created_at field predicates
RecordAssociationWhereInput.createdAtNEQ ● Time scalar
RecordAssociationWhereInput.createdAtIn ● [Time!] list scalar
RecordAssociationWhereInput.createdAtNotIn ● [Time!] list scalar
RecordAssociationWhereInput.createdAtGT ● Time scalar
RecordAssociationWhereInput.createdAtGTE ● Time scalar
RecordAssociationWhereInput.createdAtLT ● Time scalar
RecordAssociationWhereInput.createdAtLTE ● Time scalar
RecordAssociationWhereInput.updatedAt ● Time scalar
updated_at field predicates
RecordAssociationWhereInput.updatedAtNEQ ● Time scalar
RecordAssociationWhereInput.updatedAtIn ● [Time!] list scalar
RecordAssociationWhereInput.updatedAtNotIn ● [Time!] list scalar
RecordAssociationWhereInput.updatedAtGT ● Time scalar
RecordAssociationWhereInput.updatedAtGTE ● Time scalar
RecordAssociationWhereInput.updatedAtLT ● Time scalar
RecordAssociationWhereInput.updatedAtLTE ● Time scalar
RecordAssociationWhereInput.companyID ● String scalar
company_id field predicates
RecordAssociationWhereInput.companyIDNEQ ● String scalar
RecordAssociationWhereInput.companyIDIn ● [String!] list scalar
RecordAssociationWhereInput.companyIDNotIn ● [String!] list scalar
RecordAssociationWhereInput.companyIDGT ● String scalar
RecordAssociationWhereInput.companyIDGTE ● String scalar
RecordAssociationWhereInput.companyIDLT ● String scalar
RecordAssociationWhereInput.companyIDLTE ● String scalar
RecordAssociationWhereInput.companyIDContains ● String scalar
RecordAssociationWhereInput.companyIDHasPrefix ● String scalar
RecordAssociationWhereInput.companyIDHasSuffix ● String scalar
RecordAssociationWhereInput.companyIDEqualFold ● String scalar
RecordAssociationWhereInput.companyIDContainsFold ● String scalar
RecordAssociationWhereInput.recordID ● ID scalar
record_id field predicates
RecordAssociationWhereInput.recordIDNEQ ● ID scalar
RecordAssociationWhereInput.recordIDIn ● [ID!] list scalar
RecordAssociationWhereInput.recordIDNotIn ● [ID!] list scalar
RecordAssociationWhereInput.associatedRecordID ● ID scalar
associated_record_id field predicates
RecordAssociationWhereInput.associatedRecordIDNEQ ● ID scalar
RecordAssociationWhereInput.associatedRecordIDIn ● [ID!] list scalar
RecordAssociationWhereInput.associatedRecordIDNotIn ● [ID!] list scalar
RecordAssociationWhereInput.schemaAssociationTypeID ● ID scalar
schema_association_type_id field predicates
RecordAssociationWhereInput.schemaAssociationTypeIDNEQ ● ID scalar
RecordAssociationWhereInput.schemaAssociationTypeIDIn ● [ID!] list scalar
RecordAssociationWhereInput.schemaAssociationTypeIDNotIn ● [ID!] list scalar
RecordAssociationWhereInput.position ● Int scalar
position field predicates
RecordAssociationWhereInput.positionNEQ ● Int scalar
RecordAssociationWhereInput.positionIn ● [Int!] list scalar
RecordAssociationWhereInput.positionNotIn ● [Int!] list scalar
RecordAssociationWhereInput.positionGT ● Int scalar
RecordAssociationWhereInput.positionGTE ● Int scalar
RecordAssociationWhereInput.positionLT ● Int scalar
RecordAssociationWhereInput.positionLTE ● Int scalar
RecordAssociationWhereInput.hasRecord ● Boolean scalar
record edge predicates
RecordAssociationWhereInput.hasRecordWith ● [RecordWhereInput!] list input
RecordAssociationWhereInput.hasAssociatedRecord ● Boolean scalar
associated_record edge predicates
RecordAssociationWhereInput.hasAssociatedRecordWith ● [RecordWhereInput!] list input
RecordAssociationWhereInput.hasSchemaAssociationType ● Boolean scalar
schema_association_type edge predicates
RecordAssociationWhereInput.hasSchemaAssociationTypeWith ● [SchemaAssociationWhereInput!] list input
RecordAssociationWhereInput.hasRecordAssociationValues ● Boolean scalar
record_association_values edge predicates
RecordAssociationWhereInput.hasRecordAssociationValuesWith ● [RecordAssociationValueWhereInput!] list input
Member Of
RecordAssociationValueWhereInput input ● RecordAssociationWhereInput input ● RecordWhereInput input ● SchemaAssociationWhereInput input ● SchemaImportRecordWhereInput input