Skip to main content

SchemaImportAssociationWhereInput

SchemaImportAssociationWhereInput is used for filtering SchemaImportAssociation objects. Input was generated by ent.

input SchemaImportAssociationWhereInput {
not: SchemaImportAssociationWhereInput
and: [SchemaImportAssociationWhereInput!]
or: [SchemaImportAssociationWhereInput!]
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
importID: ID
importIDNEQ: ID
importIDIn: [ID!]
importIDNotIn: [ID!]
schemaAssociationID: ID
schemaAssociationIDNEQ: ID
schemaAssociationIDIn: [ID!]
schemaAssociationIDNotIn: [ID!]
propertyID: ID
propertyIDNEQ: ID
propertyIDIn: [ID!]
propertyIDNotIn: [ID!]
hasImport: Boolean
hasImportWith: [SchemaImportWhereInput!]
hasSchemaAssociation: Boolean
hasSchemaAssociationWith: [SchemaAssociationWhereInput!]
hasProperty: Boolean
hasPropertyWith: [SchemaPropertyWhereInput!]
}

Fields

SchemaImportAssociationWhereInput.not ● SchemaImportAssociationWhereInput input

SchemaImportAssociationWhereInput.and ● [SchemaImportAssociationWhereInput!] list input

SchemaImportAssociationWhereInput.or ● [SchemaImportAssociationWhereInput!] list input

SchemaImportAssociationWhereInput.id ● ID scalar

id field predicates

SchemaImportAssociationWhereInput.idNEQ ● ID scalar

SchemaImportAssociationWhereInput.idIn ● [ID!] list scalar

SchemaImportAssociationWhereInput.idNotIn ● [ID!] list scalar

SchemaImportAssociationWhereInput.idGT ● ID scalar

SchemaImportAssociationWhereInput.idGTE ● ID scalar

SchemaImportAssociationWhereInput.idLT ● ID scalar

SchemaImportAssociationWhereInput.idLTE ● ID scalar

SchemaImportAssociationWhereInput.createdAt ● Time scalar

created_at field predicates

SchemaImportAssociationWhereInput.createdAtNEQ ● Time scalar

SchemaImportAssociationWhereInput.createdAtIn ● [Time!] list scalar

SchemaImportAssociationWhereInput.createdAtNotIn ● [Time!] list scalar

SchemaImportAssociationWhereInput.createdAtGT ● Time scalar

SchemaImportAssociationWhereInput.createdAtGTE ● Time scalar

SchemaImportAssociationWhereInput.createdAtLT ● Time scalar

SchemaImportAssociationWhereInput.createdAtLTE ● Time scalar

SchemaImportAssociationWhereInput.updatedAt ● Time scalar

updated_at field predicates

SchemaImportAssociationWhereInput.updatedAtNEQ ● Time scalar

SchemaImportAssociationWhereInput.updatedAtIn ● [Time!] list scalar

SchemaImportAssociationWhereInput.updatedAtNotIn ● [Time!] list scalar

SchemaImportAssociationWhereInput.updatedAtGT ● Time scalar

SchemaImportAssociationWhereInput.updatedAtGTE ● Time scalar

SchemaImportAssociationWhereInput.updatedAtLT ● Time scalar

SchemaImportAssociationWhereInput.updatedAtLTE ● Time scalar

SchemaImportAssociationWhereInput.importID ● ID scalar

import_id field predicates

SchemaImportAssociationWhereInput.importIDNEQ ● ID scalar

SchemaImportAssociationWhereInput.importIDIn ● [ID!] list scalar

SchemaImportAssociationWhereInput.importIDNotIn ● [ID!] list scalar

SchemaImportAssociationWhereInput.schemaAssociationID ● ID scalar

schema_association_id field predicates

SchemaImportAssociationWhereInput.schemaAssociationIDNEQ ● ID scalar

SchemaImportAssociationWhereInput.schemaAssociationIDIn ● [ID!] list scalar

SchemaImportAssociationWhereInput.schemaAssociationIDNotIn ● [ID!] list scalar

SchemaImportAssociationWhereInput.propertyID ● ID scalar

property_id field predicates

SchemaImportAssociationWhereInput.propertyIDNEQ ● ID scalar

SchemaImportAssociationWhereInput.propertyIDIn ● [ID!] list scalar

SchemaImportAssociationWhereInput.propertyIDNotIn ● [ID!] list scalar

SchemaImportAssociationWhereInput.hasImport ● Boolean scalar

"import" edge predicates

SchemaImportAssociationWhereInput.hasImportWith ● [SchemaImportWhereInput!] list input

SchemaImportAssociationWhereInput.hasSchemaAssociation ● Boolean scalar

schema_association edge predicates

SchemaImportAssociationWhereInput.hasSchemaAssociationWith ● [SchemaAssociationWhereInput!] list input

SchemaImportAssociationWhereInput.hasProperty ● Boolean scalar

property edge predicates

SchemaImportAssociationWhereInput.hasPropertyWith ● [SchemaPropertyWhereInput!] list input

Member Of

SchemaImportAssociationWhereInput input ● SchemaImportWhereInput input