Skip to main content

SchemaDefinitionWhereInput

SchemaDefinitionWhereInput is used for filtering SchemaDefinition objects. Input was generated by ent.

input SchemaDefinitionWhereInput {
not: SchemaDefinitionWhereInput
and: [SchemaDefinitionWhereInput!]
or: [SchemaDefinitionWhereInput!]
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
pluralName: String
pluralNameNEQ: String
pluralNameIn: [String!]
pluralNameNotIn: [String!]
pluralNameGT: String
pluralNameGTE: String
pluralNameLT: String
pluralNameLTE: String
pluralNameContains: String
pluralNameHasPrefix: String
pluralNameHasSuffix: String
pluralNameEqualFold: String
pluralNameContainsFold: String
type: SchemaDefinitionType
typeNEQ: SchemaDefinitionType
typeIn: [SchemaDefinitionType!]
typeNotIn: [SchemaDefinitionType!]
displayOnSidebar: Boolean
displayOnSidebarNEQ: Boolean
invoicable: Boolean
invoicableNEQ: Boolean
enableNotes: Boolean
enableNotesNEQ: Boolean
enableFiles: Boolean
enableFilesNEQ: Boolean
enableTasks: Boolean
enableTasksNEQ: Boolean
enableFeeds: Boolean
enableFeedsNEQ: Boolean
enableWidgets: Boolean
enableWidgetsNEQ: Boolean
position: Int
positionNEQ: Int
positionIn: [Int!]
positionNotIn: [Int!]
positionGT: Int
positionGTE: Int
positionLT: Int
positionLTE: Int
positionIsNil: Boolean
positionNotNil: Boolean
enableFinanceConnections: Boolean
enableFinanceConnectionsNEQ: Boolean
enableFinanceConnectionsIsNil: Boolean
enableFinanceConnectionsNotNil: Boolean
hasProperties: Boolean
hasPropertiesWith: [SchemaPropertyWhereInput!]
hasPropertyGroups: Boolean
hasPropertyGroupsWith: [SchemaPropertyGroupWhereInput!]
hasToSchemaAssociations: Boolean
hasToSchemaAssociationsWith: [SchemaAssociationWhereInput!]
hasFromSchemaAssociations: Boolean
hasFromSchemaAssociationsWith: [SchemaAssociationWhereInput!]
hasPrimaryProperty: Boolean
hasPrimaryPropertyWith: [SchemaPropertyWhereInput!]
hasSecondaryProperty: Boolean
hasSecondaryPropertyWith: [SchemaPropertyWhereInput!]
hasRecords: Boolean
hasRecordsWith: [RecordWhereInput!]
hasFullNameProperty: Boolean
hasFullNamePropertyWith: [SchemaPropertyWhereInput!]
hasEmailProperty: Boolean
hasEmailPropertyWith: [SchemaPropertyWhereInput!]
hasPhoneProperty: Boolean
hasPhonePropertyWith: [SchemaPropertyWhereInput!]
hasAddressProperty: Boolean
hasAddressPropertyWith: [SchemaPropertyWhereInput!]
hasRecordViews: Boolean
hasRecordViewsWith: [RecordViewWhereInput!]
hasHotspots: Boolean
hasHotspotsWith: [HotspotWhereInput!]
hasShortcuts: Boolean
hasShortcutsWith: [ShortcutWhereInput!]
}

Fields

SchemaDefinitionWhereInput.not ● SchemaDefinitionWhereInput input

SchemaDefinitionWhereInput.and ● [SchemaDefinitionWhereInput!] list input

SchemaDefinitionWhereInput.or ● [SchemaDefinitionWhereInput!] list input

SchemaDefinitionWhereInput.id ● ID scalar

id field predicates

SchemaDefinitionWhereInput.idNEQ ● ID scalar

SchemaDefinitionWhereInput.idIn ● [ID!] list scalar

SchemaDefinitionWhereInput.idNotIn ● [ID!] list scalar

SchemaDefinitionWhereInput.idGT ● ID scalar

SchemaDefinitionWhereInput.idGTE ● ID scalar

SchemaDefinitionWhereInput.idLT ● ID scalar

SchemaDefinitionWhereInput.idLTE ● ID scalar

SchemaDefinitionWhereInput.createdAt ● Time scalar

created_at field predicates

SchemaDefinitionWhereInput.createdAtNEQ ● Time scalar

SchemaDefinitionWhereInput.createdAtIn ● [Time!] list scalar

SchemaDefinitionWhereInput.createdAtNotIn ● [Time!] list scalar

SchemaDefinitionWhereInput.createdAtGT ● Time scalar

SchemaDefinitionWhereInput.createdAtGTE ● Time scalar

SchemaDefinitionWhereInput.createdAtLT ● Time scalar

SchemaDefinitionWhereInput.createdAtLTE ● Time scalar

SchemaDefinitionWhereInput.updatedAt ● Time scalar

updated_at field predicates

SchemaDefinitionWhereInput.updatedAtNEQ ● Time scalar

SchemaDefinitionWhereInput.updatedAtIn ● [Time!] list scalar

SchemaDefinitionWhereInput.updatedAtNotIn ● [Time!] list scalar

SchemaDefinitionWhereInput.updatedAtGT ● Time scalar

SchemaDefinitionWhereInput.updatedAtGTE ● Time scalar

SchemaDefinitionWhereInput.updatedAtLT ● Time scalar

SchemaDefinitionWhereInput.updatedAtLTE ● Time scalar

SchemaDefinitionWhereInput.companyID ● String scalar

company_id field predicates

SchemaDefinitionWhereInput.companyIDNEQ ● String scalar

SchemaDefinitionWhereInput.companyIDIn ● [String!] list scalar

SchemaDefinitionWhereInput.companyIDNotIn ● [String!] list scalar

SchemaDefinitionWhereInput.companyIDGT ● String scalar

SchemaDefinitionWhereInput.companyIDGTE ● String scalar

SchemaDefinitionWhereInput.companyIDLT ● String scalar

SchemaDefinitionWhereInput.companyIDLTE ● String scalar

SchemaDefinitionWhereInput.companyIDContains ● String scalar

SchemaDefinitionWhereInput.companyIDHasPrefix ● String scalar

SchemaDefinitionWhereInput.companyIDHasSuffix ● String scalar

SchemaDefinitionWhereInput.companyIDEqualFold ● String scalar

SchemaDefinitionWhereInput.companyIDContainsFold ● String scalar

SchemaDefinitionWhereInput.apiName ● String scalar

api_name field predicates

SchemaDefinitionWhereInput.apiNameNEQ ● String scalar

SchemaDefinitionWhereInput.apiNameIn ● [String!] list scalar

SchemaDefinitionWhereInput.apiNameNotIn ● [String!] list scalar

SchemaDefinitionWhereInput.apiNameGT ● String scalar

SchemaDefinitionWhereInput.apiNameGTE ● String scalar

SchemaDefinitionWhereInput.apiNameLT ● String scalar

SchemaDefinitionWhereInput.apiNameLTE ● String scalar

SchemaDefinitionWhereInput.apiNameContains ● String scalar

SchemaDefinitionWhereInput.apiNameHasPrefix ● String scalar

SchemaDefinitionWhereInput.apiNameHasSuffix ● String scalar

SchemaDefinitionWhereInput.apiNameEqualFold ● String scalar

SchemaDefinitionWhereInput.apiNameContainsFold ● String scalar

SchemaDefinitionWhereInput.name ● String scalar

name field predicates

SchemaDefinitionWhereInput.nameNEQ ● String scalar

SchemaDefinitionWhereInput.nameIn ● [String!] list scalar

SchemaDefinitionWhereInput.nameNotIn ● [String!] list scalar

SchemaDefinitionWhereInput.nameGT ● String scalar

SchemaDefinitionWhereInput.nameGTE ● String scalar

SchemaDefinitionWhereInput.nameLT ● String scalar

SchemaDefinitionWhereInput.nameLTE ● String scalar

SchemaDefinitionWhereInput.nameContains ● String scalar

SchemaDefinitionWhereInput.nameHasPrefix ● String scalar

SchemaDefinitionWhereInput.nameHasSuffix ● String scalar

SchemaDefinitionWhereInput.nameEqualFold ● String scalar

SchemaDefinitionWhereInput.nameContainsFold ● String scalar

SchemaDefinitionWhereInput.pluralName ● String scalar

plural_name field predicates

SchemaDefinitionWhereInput.pluralNameNEQ ● String scalar

SchemaDefinitionWhereInput.pluralNameIn ● [String!] list scalar

SchemaDefinitionWhereInput.pluralNameNotIn ● [String!] list scalar

SchemaDefinitionWhereInput.pluralNameGT ● String scalar

SchemaDefinitionWhereInput.pluralNameGTE ● String scalar

SchemaDefinitionWhereInput.pluralNameLT ● String scalar

SchemaDefinitionWhereInput.pluralNameLTE ● String scalar

SchemaDefinitionWhereInput.pluralNameContains ● String scalar

SchemaDefinitionWhereInput.pluralNameHasPrefix ● String scalar

SchemaDefinitionWhereInput.pluralNameHasSuffix ● String scalar

SchemaDefinitionWhereInput.pluralNameEqualFold ● String scalar

SchemaDefinitionWhereInput.pluralNameContainsFold ● String scalar

SchemaDefinitionWhereInput.type ● SchemaDefinitionType enum

type field predicates

SchemaDefinitionWhereInput.typeNEQ ● SchemaDefinitionType enum

SchemaDefinitionWhereInput.typeIn ● [SchemaDefinitionType!] list enum

SchemaDefinitionWhereInput.typeNotIn ● [SchemaDefinitionType!] list enum

SchemaDefinitionWhereInput.displayOnSidebar ● Boolean scalar

display_on_sidebar field predicates

SchemaDefinitionWhereInput.displayOnSidebarNEQ ● Boolean scalar

SchemaDefinitionWhereInput.invoicable ● Boolean scalar

invoicable field predicates

SchemaDefinitionWhereInput.invoicableNEQ ● Boolean scalar

SchemaDefinitionWhereInput.enableNotes ● Boolean scalar

enable_notes field predicates

SchemaDefinitionWhereInput.enableNotesNEQ ● Boolean scalar

SchemaDefinitionWhereInput.enableFiles ● Boolean scalar

enable_files field predicates

SchemaDefinitionWhereInput.enableFilesNEQ ● Boolean scalar

SchemaDefinitionWhereInput.enableTasks ● Boolean scalar

enable_tasks field predicates

SchemaDefinitionWhereInput.enableTasksNEQ ● Boolean scalar

SchemaDefinitionWhereInput.enableFeeds ● Boolean scalar

enable_feeds field predicates

SchemaDefinitionWhereInput.enableFeedsNEQ ● Boolean scalar

SchemaDefinitionWhereInput.enableWidgets ● Boolean scalar

enable_widgets field predicates

SchemaDefinitionWhereInput.enableWidgetsNEQ ● Boolean scalar

SchemaDefinitionWhereInput.position ● Int scalar

position field predicates

SchemaDefinitionWhereInput.positionNEQ ● Int scalar

SchemaDefinitionWhereInput.positionIn ● [Int!] list scalar

SchemaDefinitionWhereInput.positionNotIn ● [Int!] list scalar

SchemaDefinitionWhereInput.positionGT ● Int scalar

SchemaDefinitionWhereInput.positionGTE ● Int scalar

SchemaDefinitionWhereInput.positionLT ● Int scalar

SchemaDefinitionWhereInput.positionLTE ● Int scalar

SchemaDefinitionWhereInput.positionIsNil ● Boolean scalar

SchemaDefinitionWhereInput.positionNotNil ● Boolean scalar

SchemaDefinitionWhereInput.enableFinanceConnections ● Boolean scalar

enable_finance_connections field predicates

SchemaDefinitionWhereInput.enableFinanceConnectionsNEQ ● Boolean scalar

SchemaDefinitionWhereInput.enableFinanceConnectionsIsNil ● Boolean scalar

SchemaDefinitionWhereInput.enableFinanceConnectionsNotNil ● Boolean scalar

SchemaDefinitionWhereInput.hasProperties ● Boolean scalar

properties edge predicates

SchemaDefinitionWhereInput.hasPropertiesWith ● [SchemaPropertyWhereInput!] list input

SchemaDefinitionWhereInput.hasPropertyGroups ● Boolean scalar

property_groups edge predicates

SchemaDefinitionWhereInput.hasPropertyGroupsWith ● [SchemaPropertyGroupWhereInput!] list input

SchemaDefinitionWhereInput.hasToSchemaAssociations ● Boolean scalar

to_schema_associations edge predicates

SchemaDefinitionWhereInput.hasToSchemaAssociationsWith ● [SchemaAssociationWhereInput!] list input

SchemaDefinitionWhereInput.hasFromSchemaAssociations ● Boolean scalar

from_schema_associations edge predicates

SchemaDefinitionWhereInput.hasFromSchemaAssociationsWith ● [SchemaAssociationWhereInput!] list input

SchemaDefinitionWhereInput.hasPrimaryProperty ● Boolean scalar

primary_property edge predicates

SchemaDefinitionWhereInput.hasPrimaryPropertyWith ● [SchemaPropertyWhereInput!] list input

SchemaDefinitionWhereInput.hasSecondaryProperty ● Boolean scalar

secondary_property edge predicates

SchemaDefinitionWhereInput.hasSecondaryPropertyWith ● [SchemaPropertyWhereInput!] list input

SchemaDefinitionWhereInput.hasRecords ● Boolean scalar

records edge predicates

SchemaDefinitionWhereInput.hasRecordsWith ● [RecordWhereInput!] list input

SchemaDefinitionWhereInput.hasFullNameProperty ● Boolean scalar

full_name_property edge predicates

SchemaDefinitionWhereInput.hasFullNamePropertyWith ● [SchemaPropertyWhereInput!] list input

SchemaDefinitionWhereInput.hasEmailProperty ● Boolean scalar

email_property edge predicates

SchemaDefinitionWhereInput.hasEmailPropertyWith ● [SchemaPropertyWhereInput!] list input

SchemaDefinitionWhereInput.hasPhoneProperty ● Boolean scalar

phone_property edge predicates

SchemaDefinitionWhereInput.hasPhonePropertyWith ● [SchemaPropertyWhereInput!] list input

SchemaDefinitionWhereInput.hasAddressProperty ● Boolean scalar

address_property edge predicates

SchemaDefinitionWhereInput.hasAddressPropertyWith ● [SchemaPropertyWhereInput!] list input

SchemaDefinitionWhereInput.hasRecordViews ● Boolean scalar

record_views edge predicates

SchemaDefinitionWhereInput.hasRecordViewsWith ● [RecordViewWhereInput!] list input

SchemaDefinitionWhereInput.hasHotspots ● Boolean scalar

hotspots edge predicates

SchemaDefinitionWhereInput.hasHotspotsWith ● [HotspotWhereInput!] list input

SchemaDefinitionWhereInput.hasShortcuts ● Boolean scalar

shortcuts edge predicates

SchemaDefinitionWhereInput.hasShortcutsWith ● [ShortcutWhereInput!] list input

Member Of

HotspotWhereInput input ● ListWhereInput input ● RecordViewWhereInput input ● RecordWhereInput input ● SchemaAssociationWhereInput input ● schemaDefinitions query ● SchemaDefinitionWhereInput input ● SchemaFlowWhereInput input ● SchemaImportSheetWhereInput input ● SchemaImportWhereInput input ● SchemaPropertyGroupWhereInput input ● SchemaPropertyWhereInput input ● ShortcutWhereInput input