Skip to main content

SchemaAssociationPropertyWhereInput

SchemaAssociationPropertyWhereInput is used for filtering SchemaAssociationProperty objects. Input was generated by ent.

input SchemaAssociationPropertyWhereInput {
not: SchemaAssociationPropertyWhereInput
and: [SchemaAssociationPropertyWhereInput!]
or: [SchemaAssociationPropertyWhereInput!]
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
apiName: String
apiNameNEQ: String
apiNameIn: [String!]
apiNameNotIn: [String!]
apiNameGT: String
apiNameGTE: String
apiNameLT: String
apiNameLTE: String
apiNameContains: String
apiNameHasPrefix: String
apiNameHasSuffix: String
apiNameEqualFold: String
apiNameContainsFold: String
name: String
nameNEQ: String
nameIn: [String!]
nameNotIn: [String!]
nameGT: String
nameGTE: String
nameLT: String
nameLTE: String
nameContains: String
nameHasPrefix: String
nameHasSuffix: String
nameEqualFold: String
nameContainsFold: String
description: String
descriptionNEQ: String
descriptionIn: [String!]
descriptionNotIn: [String!]
descriptionGT: String
descriptionGTE: String
descriptionLT: String
descriptionLTE: String
descriptionContains: String
descriptionHasPrefix: String
descriptionHasSuffix: String
descriptionIsNil: Boolean
descriptionNotNil: Boolean
descriptionEqualFold: String
descriptionContainsFold: String
type: SchemaAssociationPropertyType
typeNEQ: SchemaAssociationPropertyType
typeIn: [SchemaAssociationPropertyType!]
typeNotIn: [SchemaAssociationPropertyType!]
default: Boolean
defaultNEQ: Boolean
regexVerification: String
regexVerificationNEQ: String
regexVerificationIn: [String!]
regexVerificationNotIn: [String!]
regexVerificationGT: String
regexVerificationGTE: String
regexVerificationLT: String
regexVerificationLTE: String
regexVerificationContains: String
regexVerificationHasPrefix: String
regexVerificationHasSuffix: String
regexVerificationIsNil: Boolean
regexVerificationNotNil: Boolean
regexVerificationEqualFold: String
regexVerificationContainsFold: String
required: Boolean
requiredNEQ: Boolean
unique: Boolean
uniqueNEQ: Boolean
showOnCreate: Boolean
showOnCreateNEQ: Boolean
quickView: Boolean
quickViewNEQ: Boolean
hidden: Boolean
hiddenNEQ: Boolean
schemaAssociationID: ID
schemaAssociationIDNEQ: ID
schemaAssociationIDIn: [ID!]
schemaAssociationIDNotIn: [ID!]
position: Int
positionNEQ: Int
positionIn: [Int!]
positionNotIn: [Int!]
positionGT: Int
positionGTE: Int
positionLT: Int
positionLTE: Int
positionIsNil: Boolean
positionNotNil: Boolean
hasSchemaAssociation: Boolean
hasSchemaAssociationWith: [SchemaAssociationWhereInput!]
hasOptions: Boolean
hasOptionsWith: [SchemaAssociationPropertyOptionWhereInput!]
hasRecordAssociationUsage: Boolean
hasRecordAssociationUsageWith: [RecordAssociationValueWhereInput!]
}

Fields

SchemaAssociationPropertyWhereInput.not ● SchemaAssociationPropertyWhereInput input

SchemaAssociationPropertyWhereInput.and ● [SchemaAssociationPropertyWhereInput!] list input

SchemaAssociationPropertyWhereInput.or ● [SchemaAssociationPropertyWhereInput!] list input

SchemaAssociationPropertyWhereInput.id ● ID scalar

id field predicates

SchemaAssociationPropertyWhereInput.idNEQ ● ID scalar

SchemaAssociationPropertyWhereInput.idIn ● [ID!] list scalar

SchemaAssociationPropertyWhereInput.idNotIn ● [ID!] list scalar

SchemaAssociationPropertyWhereInput.idGT ● ID scalar

SchemaAssociationPropertyWhereInput.idGTE ● ID scalar

SchemaAssociationPropertyWhereInput.idLT ● ID scalar

SchemaAssociationPropertyWhereInput.idLTE ● ID scalar

SchemaAssociationPropertyWhereInput.createdAt ● Time scalar

created_at field predicates

SchemaAssociationPropertyWhereInput.createdAtNEQ ● Time scalar

SchemaAssociationPropertyWhereInput.createdAtIn ● [Time!] list scalar

SchemaAssociationPropertyWhereInput.createdAtNotIn ● [Time!] list scalar

SchemaAssociationPropertyWhereInput.createdAtGT ● Time scalar

SchemaAssociationPropertyWhereInput.createdAtGTE ● Time scalar

SchemaAssociationPropertyWhereInput.createdAtLT ● Time scalar

SchemaAssociationPropertyWhereInput.createdAtLTE ● Time scalar

SchemaAssociationPropertyWhereInput.updatedAt ● Time scalar

updated_at field predicates

SchemaAssociationPropertyWhereInput.updatedAtNEQ ● Time scalar

SchemaAssociationPropertyWhereInput.updatedAtIn ● [Time!] list scalar

SchemaAssociationPropertyWhereInput.updatedAtNotIn ● [Time!] list scalar

SchemaAssociationPropertyWhereInput.updatedAtGT ● Time scalar

SchemaAssociationPropertyWhereInput.updatedAtGTE ● Time scalar

SchemaAssociationPropertyWhereInput.updatedAtLT ● Time scalar

SchemaAssociationPropertyWhereInput.updatedAtLTE ● Time scalar

SchemaAssociationPropertyWhereInput.companyID ● String scalar

company_id field predicates

SchemaAssociationPropertyWhereInput.companyIDNEQ ● String scalar

SchemaAssociationPropertyWhereInput.companyIDIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.companyIDNotIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.companyIDGT ● String scalar

SchemaAssociationPropertyWhereInput.companyIDGTE ● String scalar

SchemaAssociationPropertyWhereInput.companyIDLT ● String scalar

SchemaAssociationPropertyWhereInput.companyIDLTE ● String scalar

SchemaAssociationPropertyWhereInput.companyIDContains ● String scalar

SchemaAssociationPropertyWhereInput.companyIDHasPrefix ● String scalar

SchemaAssociationPropertyWhereInput.companyIDHasSuffix ● String scalar

SchemaAssociationPropertyWhereInput.companyIDEqualFold ● String scalar

SchemaAssociationPropertyWhereInput.companyIDContainsFold ● String scalar

SchemaAssociationPropertyWhereInput.apiName ● String scalar

api_name field predicates

SchemaAssociationPropertyWhereInput.apiNameNEQ ● String scalar

SchemaAssociationPropertyWhereInput.apiNameIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.apiNameNotIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.apiNameGT ● String scalar

SchemaAssociationPropertyWhereInput.apiNameGTE ● String scalar

SchemaAssociationPropertyWhereInput.apiNameLT ● String scalar

SchemaAssociationPropertyWhereInput.apiNameLTE ● String scalar

SchemaAssociationPropertyWhereInput.apiNameContains ● String scalar

SchemaAssociationPropertyWhereInput.apiNameHasPrefix ● String scalar

SchemaAssociationPropertyWhereInput.apiNameHasSuffix ● String scalar

SchemaAssociationPropertyWhereInput.apiNameEqualFold ● String scalar

SchemaAssociationPropertyWhereInput.apiNameContainsFold ● String scalar

SchemaAssociationPropertyWhereInput.name ● String scalar

name field predicates

SchemaAssociationPropertyWhereInput.nameNEQ ● String scalar

SchemaAssociationPropertyWhereInput.nameIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.nameNotIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.nameGT ● String scalar

SchemaAssociationPropertyWhereInput.nameGTE ● String scalar

SchemaAssociationPropertyWhereInput.nameLT ● String scalar

SchemaAssociationPropertyWhereInput.nameLTE ● String scalar

SchemaAssociationPropertyWhereInput.nameContains ● String scalar

SchemaAssociationPropertyWhereInput.nameHasPrefix ● String scalar

SchemaAssociationPropertyWhereInput.nameHasSuffix ● String scalar

SchemaAssociationPropertyWhereInput.nameEqualFold ● String scalar

SchemaAssociationPropertyWhereInput.nameContainsFold ● String scalar

SchemaAssociationPropertyWhereInput.description ● String scalar

description field predicates

SchemaAssociationPropertyWhereInput.descriptionNEQ ● String scalar

SchemaAssociationPropertyWhereInput.descriptionIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.descriptionNotIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.descriptionGT ● String scalar

SchemaAssociationPropertyWhereInput.descriptionGTE ● String scalar

SchemaAssociationPropertyWhereInput.descriptionLT ● String scalar

SchemaAssociationPropertyWhereInput.descriptionLTE ● String scalar

SchemaAssociationPropertyWhereInput.descriptionContains ● String scalar

SchemaAssociationPropertyWhereInput.descriptionHasPrefix ● String scalar

SchemaAssociationPropertyWhereInput.descriptionHasSuffix ● String scalar

SchemaAssociationPropertyWhereInput.descriptionIsNil ● Boolean scalar

SchemaAssociationPropertyWhereInput.descriptionNotNil ● Boolean scalar

SchemaAssociationPropertyWhereInput.descriptionEqualFold ● String scalar

SchemaAssociationPropertyWhereInput.descriptionContainsFold ● String scalar

SchemaAssociationPropertyWhereInput.type ● SchemaAssociationPropertyType enum

type field predicates

SchemaAssociationPropertyWhereInput.typeNEQ ● SchemaAssociationPropertyType enum

SchemaAssociationPropertyWhereInput.typeIn ● [SchemaAssociationPropertyType!] list enum

SchemaAssociationPropertyWhereInput.typeNotIn ● [SchemaAssociationPropertyType!] list enum

SchemaAssociationPropertyWhereInput.default ● Boolean scalar

default field predicates

SchemaAssociationPropertyWhereInput.defaultNEQ ● Boolean scalar

SchemaAssociationPropertyWhereInput.regexVerification ● String scalar

regex_verification field predicates

SchemaAssociationPropertyWhereInput.regexVerificationNEQ ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.regexVerificationNotIn ● [String!] list scalar

SchemaAssociationPropertyWhereInput.regexVerificationGT ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationGTE ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationLT ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationLTE ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationContains ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationHasPrefix ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationHasSuffix ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationIsNil ● Boolean scalar

SchemaAssociationPropertyWhereInput.regexVerificationNotNil ● Boolean scalar

SchemaAssociationPropertyWhereInput.regexVerificationEqualFold ● String scalar

SchemaAssociationPropertyWhereInput.regexVerificationContainsFold ● String scalar

SchemaAssociationPropertyWhereInput.required ● Boolean scalar

required field predicates

SchemaAssociationPropertyWhereInput.requiredNEQ ● Boolean scalar

SchemaAssociationPropertyWhereInput.unique ● Boolean scalar

unique field predicates

SchemaAssociationPropertyWhereInput.uniqueNEQ ● Boolean scalar

SchemaAssociationPropertyWhereInput.showOnCreate ● Boolean scalar

show_on_create field predicates

SchemaAssociationPropertyWhereInput.showOnCreateNEQ ● Boolean scalar

SchemaAssociationPropertyWhereInput.quickView ● Boolean scalar

quick_view field predicates

SchemaAssociationPropertyWhereInput.quickViewNEQ ● Boolean scalar

SchemaAssociationPropertyWhereInput.hidden ● Boolean scalar

hidden field predicates

SchemaAssociationPropertyWhereInput.hiddenNEQ ● Boolean scalar

SchemaAssociationPropertyWhereInput.schemaAssociationID ● ID scalar

schema_association_id field predicates

SchemaAssociationPropertyWhereInput.schemaAssociationIDNEQ ● ID scalar

SchemaAssociationPropertyWhereInput.schemaAssociationIDIn ● [ID!] list scalar

SchemaAssociationPropertyWhereInput.schemaAssociationIDNotIn ● [ID!] list scalar

SchemaAssociationPropertyWhereInput.position ● Int scalar

position field predicates

SchemaAssociationPropertyWhereInput.positionNEQ ● Int scalar

SchemaAssociationPropertyWhereInput.positionIn ● [Int!] list scalar

SchemaAssociationPropertyWhereInput.positionNotIn ● [Int!] list scalar

SchemaAssociationPropertyWhereInput.positionGT ● Int scalar

SchemaAssociationPropertyWhereInput.positionGTE ● Int scalar

SchemaAssociationPropertyWhereInput.positionLT ● Int scalar

SchemaAssociationPropertyWhereInput.positionLTE ● Int scalar

SchemaAssociationPropertyWhereInput.positionIsNil ● Boolean scalar

SchemaAssociationPropertyWhereInput.positionNotNil ● Boolean scalar

SchemaAssociationPropertyWhereInput.hasSchemaAssociation ● Boolean scalar

schema_association edge predicates

SchemaAssociationPropertyWhereInput.hasSchemaAssociationWith ● [SchemaAssociationWhereInput!] list input

SchemaAssociationPropertyWhereInput.hasOptions ● Boolean scalar

options edge predicates

SchemaAssociationPropertyWhereInput.hasOptionsWith ● [SchemaAssociationPropertyOptionWhereInput!] list input

SchemaAssociationPropertyWhereInput.hasRecordAssociationUsage ● Boolean scalar

record_association_usage edge predicates

SchemaAssociationPropertyWhereInput.hasRecordAssociationUsageWith ● [RecordAssociationValueWhereInput!] list input

Member Of

getSchemaAssociationProperties query ● RecordAssociationValueWhereInput input ● SchemaAssociationPropertyOptionWhereInput input ● SchemaAssociationPropertyWhereInput input ● SchemaAssociationWhereInput input