Skip to main content

SchemaAssociationWhereInput

SchemaAssociationWhereInput is used for filtering SchemaAssociation objects. Input was generated by ent.

input SchemaAssociationWhereInput {
not: SchemaAssociationWhereInput
and: [SchemaAssociationWhereInput!]
or: [SchemaAssociationWhereInput!]
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
name: String
nameNEQ: String
nameIn: [String!]
nameNotIn: [String!]
nameGT: String
nameGTE: String
nameLT: String
nameLTE: String
nameContains: String
nameHasPrefix: String
nameHasSuffix: String
nameIsNil: Boolean
nameNotNil: Boolean
nameEqualFold: String
nameContainsFold: String
fromSchemaID: ID
fromSchemaIDNEQ: ID
fromSchemaIDIn: [ID!]
fromSchemaIDNotIn: [ID!]
toSchemaID: ID
toSchemaIDNEQ: ID
toSchemaIDIn: [ID!]
toSchemaIDNotIn: [ID!]
deletedAt: Time
deletedAtNEQ: Time
deletedAtIn: [Time!]
deletedAtNotIn: [Time!]
deletedAtGT: Time
deletedAtGTE: Time
deletedAtLT: Time
deletedAtLTE: Time
deletedAtIsNil: Boolean
deletedAtNotNil: Boolean
position: Int
positionNEQ: Int
positionIn: [Int!]
positionNotIn: [Int!]
positionGT: Int
positionGTE: Int
positionLT: Int
positionLTE: Int
positionIsNil: Boolean
positionNotNil: Boolean
hasProperties: Boolean
hasPropertiesWith: [SchemaAssociationPropertyWhereInput!]
hasFromSchema: Boolean
hasFromSchemaWith: [SchemaDefinitionWhereInput!]
hasToSchema: Boolean
hasToSchemaWith: [SchemaDefinitionWhereInput!]
hasAssociations: Boolean
hasAssociationsWith: [RecordAssociationWhereInput!]
}

Fields

SchemaAssociationWhereInput.not ● SchemaAssociationWhereInput input

SchemaAssociationWhereInput.and ● [SchemaAssociationWhereInput!] list input

SchemaAssociationWhereInput.or ● [SchemaAssociationWhereInput!] list input

SchemaAssociationWhereInput.id ● ID scalar

id field predicates

SchemaAssociationWhereInput.idNEQ ● ID scalar

SchemaAssociationWhereInput.idIn ● [ID!] list scalar

SchemaAssociationWhereInput.idNotIn ● [ID!] list scalar

SchemaAssociationWhereInput.idGT ● ID scalar

SchemaAssociationWhereInput.idGTE ● ID scalar

SchemaAssociationWhereInput.idLT ● ID scalar

SchemaAssociationWhereInput.idLTE ● ID scalar

SchemaAssociationWhereInput.createdAt ● Time scalar

created_at field predicates

SchemaAssociationWhereInput.createdAtNEQ ● Time scalar

SchemaAssociationWhereInput.createdAtIn ● [Time!] list scalar

SchemaAssociationWhereInput.createdAtNotIn ● [Time!] list scalar

SchemaAssociationWhereInput.createdAtGT ● Time scalar

SchemaAssociationWhereInput.createdAtGTE ● Time scalar

SchemaAssociationWhereInput.createdAtLT ● Time scalar

SchemaAssociationWhereInput.createdAtLTE ● Time scalar

SchemaAssociationWhereInput.updatedAt ● Time scalar

updated_at field predicates

SchemaAssociationWhereInput.updatedAtNEQ ● Time scalar

SchemaAssociationWhereInput.updatedAtIn ● [Time!] list scalar

SchemaAssociationWhereInput.updatedAtNotIn ● [Time!] list scalar

SchemaAssociationWhereInput.updatedAtGT ● Time scalar

SchemaAssociationWhereInput.updatedAtGTE ● Time scalar

SchemaAssociationWhereInput.updatedAtLT ● Time scalar

SchemaAssociationWhereInput.updatedAtLTE ● Time scalar

SchemaAssociationWhereInput.companyID ● String scalar

company_id field predicates

SchemaAssociationWhereInput.companyIDNEQ ● String scalar

SchemaAssociationWhereInput.companyIDIn ● [String!] list scalar

SchemaAssociationWhereInput.companyIDNotIn ● [String!] list scalar

SchemaAssociationWhereInput.companyIDGT ● String scalar

SchemaAssociationWhereInput.companyIDGTE ● String scalar

SchemaAssociationWhereInput.companyIDLT ● String scalar

SchemaAssociationWhereInput.companyIDLTE ● String scalar

SchemaAssociationWhereInput.companyIDContains ● String scalar

SchemaAssociationWhereInput.companyIDHasPrefix ● String scalar

SchemaAssociationWhereInput.companyIDHasSuffix ● String scalar

SchemaAssociationWhereInput.companyIDEqualFold ● String scalar

SchemaAssociationWhereInput.companyIDContainsFold ● String scalar

SchemaAssociationWhereInput.name ● String scalar

name field predicates

SchemaAssociationWhereInput.nameNEQ ● String scalar

SchemaAssociationWhereInput.nameIn ● [String!] list scalar

SchemaAssociationWhereInput.nameNotIn ● [String!] list scalar

SchemaAssociationWhereInput.nameGT ● String scalar

SchemaAssociationWhereInput.nameGTE ● String scalar

SchemaAssociationWhereInput.nameLT ● String scalar

SchemaAssociationWhereInput.nameLTE ● String scalar

SchemaAssociationWhereInput.nameContains ● String scalar

SchemaAssociationWhereInput.nameHasPrefix ● String scalar

SchemaAssociationWhereInput.nameHasSuffix ● String scalar

SchemaAssociationWhereInput.nameIsNil ● Boolean scalar

SchemaAssociationWhereInput.nameNotNil ● Boolean scalar

SchemaAssociationWhereInput.nameEqualFold ● String scalar

SchemaAssociationWhereInput.nameContainsFold ● String scalar

SchemaAssociationWhereInput.fromSchemaID ● ID scalar

from_schema_id field predicates

SchemaAssociationWhereInput.fromSchemaIDNEQ ● ID scalar

SchemaAssociationWhereInput.fromSchemaIDIn ● [ID!] list scalar

SchemaAssociationWhereInput.fromSchemaIDNotIn ● [ID!] list scalar

SchemaAssociationWhereInput.toSchemaID ● ID scalar

to_schema_id field predicates

SchemaAssociationWhereInput.toSchemaIDNEQ ● ID scalar

SchemaAssociationWhereInput.toSchemaIDIn ● [ID!] list scalar

SchemaAssociationWhereInput.toSchemaIDNotIn ● [ID!] list scalar

SchemaAssociationWhereInput.deletedAt ● Time scalar

deleted_at field predicates

SchemaAssociationWhereInput.deletedAtNEQ ● Time scalar

SchemaAssociationWhereInput.deletedAtIn ● [Time!] list scalar

SchemaAssociationWhereInput.deletedAtNotIn ● [Time!] list scalar

SchemaAssociationWhereInput.deletedAtGT ● Time scalar

SchemaAssociationWhereInput.deletedAtGTE ● Time scalar

SchemaAssociationWhereInput.deletedAtLT ● Time scalar

SchemaAssociationWhereInput.deletedAtLTE ● Time scalar

SchemaAssociationWhereInput.deletedAtIsNil ● Boolean scalar

SchemaAssociationWhereInput.deletedAtNotNil ● Boolean scalar

SchemaAssociationWhereInput.position ● Int scalar

position field predicates

SchemaAssociationWhereInput.positionNEQ ● Int scalar

SchemaAssociationWhereInput.positionIn ● [Int!] list scalar

SchemaAssociationWhereInput.positionNotIn ● [Int!] list scalar

SchemaAssociationWhereInput.positionGT ● Int scalar

SchemaAssociationWhereInput.positionGTE ● Int scalar

SchemaAssociationWhereInput.positionLT ● Int scalar

SchemaAssociationWhereInput.positionLTE ● Int scalar

SchemaAssociationWhereInput.positionIsNil ● Boolean scalar

SchemaAssociationWhereInput.positionNotNil ● Boolean scalar

SchemaAssociationWhereInput.hasProperties ● Boolean scalar

properties edge predicates

SchemaAssociationWhereInput.hasPropertiesWith ● [SchemaAssociationPropertyWhereInput!] list input

SchemaAssociationWhereInput.hasFromSchema ● Boolean scalar

from_schema edge predicates

SchemaAssociationWhereInput.hasFromSchemaWith ● [SchemaDefinitionWhereInput!] list input

SchemaAssociationWhereInput.hasToSchema ● Boolean scalar

to_schema edge predicates

SchemaAssociationWhereInput.hasToSchemaWith ● [SchemaDefinitionWhereInput!] list input

SchemaAssociationWhereInput.hasAssociations ● Boolean scalar

associations edge predicates

SchemaAssociationWhereInput.hasAssociationsWith ● [RecordAssociationWhereInput!] list input

Member Of

getSchemaAssociations query ● ListConditionWhereInput input ● RecordAssociationWhereInput input ● SchemaAssociationPropertyWhereInput input ● schemaAssociations query ● SchemaAssociationWhereInput input ● SchemaDefinitionWhereInput input ● SchemaImportAssociationWhereInput input ● SchemaImportSheetWhereInput input