Skip to main content

RecordAssociationValueWhereInput

RecordAssociationValueWhereInput is used for filtering RecordAssociationValue objects. Input was generated by ent.

input RecordAssociationValueWhereInput {
not: RecordAssociationValueWhereInput
and: [RecordAssociationValueWhereInput!]
or: [RecordAssociationValueWhereInput!]
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
recordAssociationID: ID
recordAssociationIDNEQ: ID
recordAssociationIDIn: [ID!]
recordAssociationIDNotIn: [ID!]
propertyID: ID
propertyIDNEQ: ID
propertyIDIn: [ID!]
propertyIDNotIn: [ID!]
companyUserID: ID
companyUserIDNEQ: ID
companyUserIDIn: [ID!]
companyUserIDNotIn: [ID!]
companyUserIDGT: ID
companyUserIDGTE: ID
companyUserIDLT: ID
companyUserIDLTE: ID
companyUserIDIsNil: Boolean
companyUserIDNotNil: Boolean
position: Int
positionNEQ: Int
positionIn: [Int!]
positionNotIn: [Int!]
positionGT: Int
positionGTE: Int
positionLT: Int
positionLTE: Int
hasProperty: Boolean
hasPropertyWith: [SchemaAssociationPropertyWhereInput!]
hasRecordAssociation: Boolean
hasRecordAssociationWith: [RecordAssociationWhereInput!]
}

Fields

RecordAssociationValueWhereInput.not ● RecordAssociationValueWhereInput input

RecordAssociationValueWhereInput.and ● [RecordAssociationValueWhereInput!] list input

RecordAssociationValueWhereInput.or ● [RecordAssociationValueWhereInput!] list input

RecordAssociationValueWhereInput.id ● ID scalar

id field predicates

RecordAssociationValueWhereInput.idNEQ ● ID scalar

RecordAssociationValueWhereInput.idIn ● [ID!] list scalar

RecordAssociationValueWhereInput.idNotIn ● [ID!] list scalar

RecordAssociationValueWhereInput.idGT ● ID scalar

RecordAssociationValueWhereInput.idGTE ● ID scalar

RecordAssociationValueWhereInput.idLT ● ID scalar

RecordAssociationValueWhereInput.idLTE ● ID scalar

RecordAssociationValueWhereInput.createdAt ● Time scalar

created_at field predicates

RecordAssociationValueWhereInput.createdAtNEQ ● Time scalar

RecordAssociationValueWhereInput.createdAtIn ● [Time!] list scalar

RecordAssociationValueWhereInput.createdAtNotIn ● [Time!] list scalar

RecordAssociationValueWhereInput.createdAtGT ● Time scalar

RecordAssociationValueWhereInput.createdAtGTE ● Time scalar

RecordAssociationValueWhereInput.createdAtLT ● Time scalar

RecordAssociationValueWhereInput.createdAtLTE ● Time scalar

RecordAssociationValueWhereInput.updatedAt ● Time scalar

updated_at field predicates

RecordAssociationValueWhereInput.updatedAtNEQ ● Time scalar

RecordAssociationValueWhereInput.updatedAtIn ● [Time!] list scalar

RecordAssociationValueWhereInput.updatedAtNotIn ● [Time!] list scalar

RecordAssociationValueWhereInput.updatedAtGT ● Time scalar

RecordAssociationValueWhereInput.updatedAtGTE ● Time scalar

RecordAssociationValueWhereInput.updatedAtLT ● Time scalar

RecordAssociationValueWhereInput.updatedAtLTE ● Time scalar

RecordAssociationValueWhereInput.companyID ● String scalar

company_id field predicates

RecordAssociationValueWhereInput.companyIDNEQ ● String scalar

RecordAssociationValueWhereInput.companyIDIn ● [String!] list scalar

RecordAssociationValueWhereInput.companyIDNotIn ● [String!] list scalar

RecordAssociationValueWhereInput.companyIDGT ● String scalar

RecordAssociationValueWhereInput.companyIDGTE ● String scalar

RecordAssociationValueWhereInput.companyIDLT ● String scalar

RecordAssociationValueWhereInput.companyIDLTE ● String scalar

RecordAssociationValueWhereInput.companyIDContains ● String scalar

RecordAssociationValueWhereInput.companyIDHasPrefix ● String scalar

RecordAssociationValueWhereInput.companyIDHasSuffix ● String scalar

RecordAssociationValueWhereInput.companyIDEqualFold ● String scalar

RecordAssociationValueWhereInput.companyIDContainsFold ● String scalar

RecordAssociationValueWhereInput.recordAssociationID ● ID scalar

record_association_id field predicates

RecordAssociationValueWhereInput.recordAssociationIDNEQ ● ID scalar

RecordAssociationValueWhereInput.recordAssociationIDIn ● [ID!] list scalar

RecordAssociationValueWhereInput.recordAssociationIDNotIn ● [ID!] list scalar

RecordAssociationValueWhereInput.propertyID ● ID scalar

property_id field predicates

RecordAssociationValueWhereInput.propertyIDNEQ ● ID scalar

RecordAssociationValueWhereInput.propertyIDIn ● [ID!] list scalar

RecordAssociationValueWhereInput.propertyIDNotIn ● [ID!] list scalar

RecordAssociationValueWhereInput.companyUserID ● ID scalar

company_user_id field predicates

RecordAssociationValueWhereInput.companyUserIDNEQ ● ID scalar

RecordAssociationValueWhereInput.companyUserIDIn ● [ID!] list scalar

RecordAssociationValueWhereInput.companyUserIDNotIn ● [ID!] list scalar

RecordAssociationValueWhereInput.companyUserIDGT ● ID scalar

RecordAssociationValueWhereInput.companyUserIDGTE ● ID scalar

RecordAssociationValueWhereInput.companyUserIDLT ● ID scalar

RecordAssociationValueWhereInput.companyUserIDLTE ● ID scalar

RecordAssociationValueWhereInput.companyUserIDIsNil ● Boolean scalar

RecordAssociationValueWhereInput.companyUserIDNotNil ● Boolean scalar

RecordAssociationValueWhereInput.position ● Int scalar

position field predicates

RecordAssociationValueWhereInput.positionNEQ ● Int scalar

RecordAssociationValueWhereInput.positionIn ● [Int!] list scalar

RecordAssociationValueWhereInput.positionNotIn ● [Int!] list scalar

RecordAssociationValueWhereInput.positionGT ● Int scalar

RecordAssociationValueWhereInput.positionGTE ● Int scalar

RecordAssociationValueWhereInput.positionLT ● Int scalar

RecordAssociationValueWhereInput.positionLTE ● Int scalar

RecordAssociationValueWhereInput.hasProperty ● Boolean scalar

property edge predicates

RecordAssociationValueWhereInput.hasPropertyWith ● [SchemaAssociationPropertyWhereInput!] list input

RecordAssociationValueWhereInput.hasRecordAssociation ● Boolean scalar

record_association edge predicates

RecordAssociationValueWhereInput.hasRecordAssociationWith ● [RecordAssociationWhereInput!] list input

Member Of

RecordAssociationValueWhereInput input ● RecordAssociationWhereInput input ● SchemaAssociationPropertyWhereInput input