Skip to main content

SchemaPropertyWhereInput

SchemaPropertyWhereInput is used for filtering SchemaProperty objects. Input was generated by ent.

input SchemaPropertyWhereInput {
not: SchemaPropertyWhereInput
and: [SchemaPropertyWhereInput!]
or: [SchemaPropertyWhereInput!]
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: SchemaPropertyType
typeNEQ: SchemaPropertyType
typeIn: [SchemaPropertyType!]
typeNotIn: [SchemaPropertyType!]
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
computedFunction: String
computedFunctionNEQ: String
computedFunctionIn: [String!]
computedFunctionNotIn: [String!]
computedFunctionGT: String
computedFunctionGTE: String
computedFunctionLT: String
computedFunctionLTE: String
computedFunctionContains: String
computedFunctionHasPrefix: String
computedFunctionHasSuffix: String
computedFunctionIsNil: Boolean
computedFunctionNotNil: Boolean
computedFunctionEqualFold: String
computedFunctionContainsFold: String
required: Boolean
requiredNEQ: Boolean
unique: Boolean
uniqueNEQ: Boolean
showOnCreate: Boolean
showOnCreateNEQ: Boolean
quickView: Boolean
quickViewNEQ: Boolean
hidden: Boolean
hiddenNEQ: Boolean
schemaID: ID
schemaIDNEQ: ID
schemaIDIn: [ID!]
schemaIDNotIn: [ID!]
groupID: ID
groupIDNEQ: ID
groupIDIn: [ID!]
groupIDNotIn: [ID!]
position: Int
positionNEQ: Int
positionIn: [Int!]
positionNotIn: [Int!]
positionGT: Int
positionGTE: Int
positionLT: Int
positionLTE: Int
positionIsNil: Boolean
positionNotNil: Boolean
hasGroup: Boolean
hasGroupWith: [SchemaPropertyGroupWhereInput!]
hasSchema: Boolean
hasSchemaWith: [SchemaDefinitionWhereInput!]
hasOptions: Boolean
hasOptionsWith: [SchemaPropertyOptionWhereInput!]
hasRecordUsage: Boolean
hasRecordUsageWith: [RecordValueWhereInput!]
hasIsPrimaryProperty: Boolean
hasIsPrimaryPropertyWith: [SchemaDefinitionWhereInput!]
hasIsSecondaryProperty: Boolean
hasIsSecondaryPropertyWith: [SchemaDefinitionWhereInput!]
hasWidgets: Boolean
hasWidgetsWith: [RecordWidgetPropertyWhereInput!]
}

Fields

SchemaPropertyWhereInput.not ● SchemaPropertyWhereInput input

SchemaPropertyWhereInput.and ● [SchemaPropertyWhereInput!] list input

SchemaPropertyWhereInput.or ● [SchemaPropertyWhereInput!] list input

SchemaPropertyWhereInput.id ● ID scalar

id field predicates

SchemaPropertyWhereInput.idNEQ ● ID scalar

SchemaPropertyWhereInput.idIn ● [ID!] list scalar

SchemaPropertyWhereInput.idNotIn ● [ID!] list scalar

SchemaPropertyWhereInput.idGT ● ID scalar

SchemaPropertyWhereInput.idGTE ● ID scalar

SchemaPropertyWhereInput.idLT ● ID scalar

SchemaPropertyWhereInput.idLTE ● ID scalar

SchemaPropertyWhereInput.createdAt ● Time scalar

created_at field predicates

SchemaPropertyWhereInput.createdAtNEQ ● Time scalar

SchemaPropertyWhereInput.createdAtIn ● [Time!] list scalar

SchemaPropertyWhereInput.createdAtNotIn ● [Time!] list scalar

SchemaPropertyWhereInput.createdAtGT ● Time scalar

SchemaPropertyWhereInput.createdAtGTE ● Time scalar

SchemaPropertyWhereInput.createdAtLT ● Time scalar

SchemaPropertyWhereInput.createdAtLTE ● Time scalar

SchemaPropertyWhereInput.updatedAt ● Time scalar

updated_at field predicates

SchemaPropertyWhereInput.updatedAtNEQ ● Time scalar

SchemaPropertyWhereInput.updatedAtIn ● [Time!] list scalar

SchemaPropertyWhereInput.updatedAtNotIn ● [Time!] list scalar

SchemaPropertyWhereInput.updatedAtGT ● Time scalar

SchemaPropertyWhereInput.updatedAtGTE ● Time scalar

SchemaPropertyWhereInput.updatedAtLT ● Time scalar

SchemaPropertyWhereInput.updatedAtLTE ● Time scalar

SchemaPropertyWhereInput.companyID ● String scalar

company_id field predicates

SchemaPropertyWhereInput.companyIDNEQ ● String scalar

SchemaPropertyWhereInput.companyIDIn ● [String!] list scalar

SchemaPropertyWhereInput.companyIDNotIn ● [String!] list scalar

SchemaPropertyWhereInput.companyIDGT ● String scalar

SchemaPropertyWhereInput.companyIDGTE ● String scalar

SchemaPropertyWhereInput.companyIDLT ● String scalar

SchemaPropertyWhereInput.companyIDLTE ● String scalar

SchemaPropertyWhereInput.companyIDContains ● String scalar

SchemaPropertyWhereInput.companyIDHasPrefix ● String scalar

SchemaPropertyWhereInput.companyIDHasSuffix ● String scalar

SchemaPropertyWhereInput.companyIDEqualFold ● String scalar

SchemaPropertyWhereInput.companyIDContainsFold ● String scalar

SchemaPropertyWhereInput.apiName ● String scalar

api_name field predicates

SchemaPropertyWhereInput.apiNameNEQ ● String scalar

SchemaPropertyWhereInput.apiNameIn ● [String!] list scalar

SchemaPropertyWhereInput.apiNameNotIn ● [String!] list scalar

SchemaPropertyWhereInput.apiNameGT ● String scalar

SchemaPropertyWhereInput.apiNameGTE ● String scalar

SchemaPropertyWhereInput.apiNameLT ● String scalar

SchemaPropertyWhereInput.apiNameLTE ● String scalar

SchemaPropertyWhereInput.apiNameContains ● String scalar

SchemaPropertyWhereInput.apiNameHasPrefix ● String scalar

SchemaPropertyWhereInput.apiNameHasSuffix ● String scalar

SchemaPropertyWhereInput.apiNameEqualFold ● String scalar

SchemaPropertyWhereInput.apiNameContainsFold ● String scalar

SchemaPropertyWhereInput.name ● String scalar

name field predicates

SchemaPropertyWhereInput.nameNEQ ● String scalar

SchemaPropertyWhereInput.nameIn ● [String!] list scalar

SchemaPropertyWhereInput.nameNotIn ● [String!] list scalar

SchemaPropertyWhereInput.nameGT ● String scalar

SchemaPropertyWhereInput.nameGTE ● String scalar

SchemaPropertyWhereInput.nameLT ● String scalar

SchemaPropertyWhereInput.nameLTE ● String scalar

SchemaPropertyWhereInput.nameContains ● String scalar

SchemaPropertyWhereInput.nameHasPrefix ● String scalar

SchemaPropertyWhereInput.nameHasSuffix ● String scalar

SchemaPropertyWhereInput.nameEqualFold ● String scalar

SchemaPropertyWhereInput.nameContainsFold ● String scalar

SchemaPropertyWhereInput.description ● String scalar

description field predicates

SchemaPropertyWhereInput.descriptionNEQ ● String scalar

SchemaPropertyWhereInput.descriptionIn ● [String!] list scalar

SchemaPropertyWhereInput.descriptionNotIn ● [String!] list scalar

SchemaPropertyWhereInput.descriptionGT ● String scalar

SchemaPropertyWhereInput.descriptionGTE ● String scalar

SchemaPropertyWhereInput.descriptionLT ● String scalar

SchemaPropertyWhereInput.descriptionLTE ● String scalar

SchemaPropertyWhereInput.descriptionContains ● String scalar

SchemaPropertyWhereInput.descriptionHasPrefix ● String scalar

SchemaPropertyWhereInput.descriptionHasSuffix ● String scalar

SchemaPropertyWhereInput.descriptionIsNil ● Boolean scalar

SchemaPropertyWhereInput.descriptionNotNil ● Boolean scalar

SchemaPropertyWhereInput.descriptionEqualFold ● String scalar

SchemaPropertyWhereInput.descriptionContainsFold ● String scalar

SchemaPropertyWhereInput.type ● SchemaPropertyType enum

type field predicates

SchemaPropertyWhereInput.typeNEQ ● SchemaPropertyType enum

SchemaPropertyWhereInput.typeIn ● [SchemaPropertyType!] list enum

SchemaPropertyWhereInput.typeNotIn ● [SchemaPropertyType!] list enum

SchemaPropertyWhereInput.default ● Boolean scalar

default field predicates

SchemaPropertyWhereInput.defaultNEQ ● Boolean scalar

SchemaPropertyWhereInput.regexVerification ● String scalar

regex_verification field predicates

SchemaPropertyWhereInput.regexVerificationNEQ ● String scalar

SchemaPropertyWhereInput.regexVerificationIn ● [String!] list scalar

SchemaPropertyWhereInput.regexVerificationNotIn ● [String!] list scalar

SchemaPropertyWhereInput.regexVerificationGT ● String scalar

SchemaPropertyWhereInput.regexVerificationGTE ● String scalar

SchemaPropertyWhereInput.regexVerificationLT ● String scalar

SchemaPropertyWhereInput.regexVerificationLTE ● String scalar

SchemaPropertyWhereInput.regexVerificationContains ● String scalar

SchemaPropertyWhereInput.regexVerificationHasPrefix ● String scalar

SchemaPropertyWhereInput.regexVerificationHasSuffix ● String scalar

SchemaPropertyWhereInput.regexVerificationIsNil ● Boolean scalar

SchemaPropertyWhereInput.regexVerificationNotNil ● Boolean scalar

SchemaPropertyWhereInput.regexVerificationEqualFold ● String scalar

SchemaPropertyWhereInput.regexVerificationContainsFold ● String scalar

SchemaPropertyWhereInput.computedFunction ● String scalar

computed_function field predicates

SchemaPropertyWhereInput.computedFunctionNEQ ● String scalar

SchemaPropertyWhereInput.computedFunctionIn ● [String!] list scalar

SchemaPropertyWhereInput.computedFunctionNotIn ● [String!] list scalar

SchemaPropertyWhereInput.computedFunctionGT ● String scalar

SchemaPropertyWhereInput.computedFunctionGTE ● String scalar

SchemaPropertyWhereInput.computedFunctionLT ● String scalar

SchemaPropertyWhereInput.computedFunctionLTE ● String scalar

SchemaPropertyWhereInput.computedFunctionContains ● String scalar

SchemaPropertyWhereInput.computedFunctionHasPrefix ● String scalar

SchemaPropertyWhereInput.computedFunctionHasSuffix ● String scalar

SchemaPropertyWhereInput.computedFunctionIsNil ● Boolean scalar

SchemaPropertyWhereInput.computedFunctionNotNil ● Boolean scalar

SchemaPropertyWhereInput.computedFunctionEqualFold ● String scalar

SchemaPropertyWhereInput.computedFunctionContainsFold ● String scalar

SchemaPropertyWhereInput.required ● Boolean scalar

required field predicates

SchemaPropertyWhereInput.requiredNEQ ● Boolean scalar

SchemaPropertyWhereInput.unique ● Boolean scalar

unique field predicates

SchemaPropertyWhereInput.uniqueNEQ ● Boolean scalar

SchemaPropertyWhereInput.showOnCreate ● Boolean scalar

show_on_create field predicates

SchemaPropertyWhereInput.showOnCreateNEQ ● Boolean scalar

SchemaPropertyWhereInput.quickView ● Boolean scalar

quick_view field predicates

SchemaPropertyWhereInput.quickViewNEQ ● Boolean scalar

SchemaPropertyWhereInput.hidden ● Boolean scalar

hidden field predicates

SchemaPropertyWhereInput.hiddenNEQ ● Boolean scalar

SchemaPropertyWhereInput.schemaID ● ID scalar

schema_id field predicates

SchemaPropertyWhereInput.schemaIDNEQ ● ID scalar

SchemaPropertyWhereInput.schemaIDIn ● [ID!] list scalar

SchemaPropertyWhereInput.schemaIDNotIn ● [ID!] list scalar

SchemaPropertyWhereInput.groupID ● ID scalar

group_id field predicates

SchemaPropertyWhereInput.groupIDNEQ ● ID scalar

SchemaPropertyWhereInput.groupIDIn ● [ID!] list scalar

SchemaPropertyWhereInput.groupIDNotIn ● [ID!] list scalar

SchemaPropertyWhereInput.position ● Int scalar

position field predicates

SchemaPropertyWhereInput.positionNEQ ● Int scalar

SchemaPropertyWhereInput.positionIn ● [Int!] list scalar

SchemaPropertyWhereInput.positionNotIn ● [Int!] list scalar

SchemaPropertyWhereInput.positionGT ● Int scalar

SchemaPropertyWhereInput.positionGTE ● Int scalar

SchemaPropertyWhereInput.positionLT ● Int scalar

SchemaPropertyWhereInput.positionLTE ● Int scalar

SchemaPropertyWhereInput.positionIsNil ● Boolean scalar

SchemaPropertyWhereInput.positionNotNil ● Boolean scalar

SchemaPropertyWhereInput.hasGroup ● Boolean scalar

group edge predicates

SchemaPropertyWhereInput.hasGroupWith ● [SchemaPropertyGroupWhereInput!] list input

SchemaPropertyWhereInput.hasSchema ● Boolean scalar

schema edge predicates

SchemaPropertyWhereInput.hasSchemaWith ● [SchemaDefinitionWhereInput!] list input

SchemaPropertyWhereInput.hasOptions ● Boolean scalar

options edge predicates

SchemaPropertyWhereInput.hasOptionsWith ● [SchemaPropertyOptionWhereInput!] list input

SchemaPropertyWhereInput.hasRecordUsage ● Boolean scalar

record_usage edge predicates

SchemaPropertyWhereInput.hasRecordUsageWith ● [RecordValueWhereInput!] list input

SchemaPropertyWhereInput.hasIsPrimaryProperty ● Boolean scalar

is_primary_property edge predicates

SchemaPropertyWhereInput.hasIsPrimaryPropertyWith ● [SchemaDefinitionWhereInput!] list input

SchemaPropertyWhereInput.hasIsSecondaryProperty ● Boolean scalar

is_secondary_property edge predicates

SchemaPropertyWhereInput.hasIsSecondaryPropertyWith ● [SchemaDefinitionWhereInput!] list input

SchemaPropertyWhereInput.hasWidgets ● Boolean scalar

widgets edge predicates

SchemaPropertyWhereInput.hasWidgetsWith ● [RecordWidgetPropertyWhereInput!] list input

Member Of

getSchemaProperties query ● ListConditionWhereInput input ● RecordValueWhereInput input ● RecordWidgetPropertyWhereInput input ● SchemaDefinitionWhereInput input ● SchemaImportAssociationWhereInput input ● SchemaImportWhereInput input ● SchemaPropertyGroupWhereInput input ● SchemaPropertyOptionWhereInput input ● SchemaPropertyWhereInput input