RecordViewWhereInput
RecordViewWhereInput is used for filtering RecordView objects. Input was generated by ent.
input RecordViewWhereInput {
not: RecordViewWhereInput
and: [RecordViewWhereInput!]
or: [RecordViewWhereInput!]
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
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
schemaID: ID
schemaIDNEQ: ID
schemaIDIn: [ID!]
schemaIDNotIn: [ID!]
isDefault: Boolean
isDefaultNEQ: Boolean
hasWidgets: Boolean
hasWidgetsWith: [RecordWidgetWhereInput!]
hasSchema: Boolean
hasSchemaWith: [SchemaDefinitionWhereInput!]
}
Fields
RecordViewWhereInput.not ● RecordViewWhereInput input
RecordViewWhereInput.and ● [RecordViewWhereInput!] list input
RecordViewWhereInput.or ● [RecordViewWhereInput!] list input
RecordViewWhereInput.id ● ID scalar
id field predicates
RecordViewWhereInput.idNEQ ● ID scalar
RecordViewWhereInput.idIn ● [ID!] list scalar
RecordViewWhereInput.idNotIn ● [ID!] list scalar
RecordViewWhereInput.idGT ● ID scalar
RecordViewWhereInput.idGTE ● ID scalar
RecordViewWhereInput.idLT ● ID scalar
RecordViewWhereInput.idLTE ● ID scalar
RecordViewWhereInput.createdAt ● Time scalar
created_at field predicates
RecordViewWhereInput.createdAtNEQ ● Time scalar
RecordViewWhereInput.createdAtIn ● [Time!] list scalar
RecordViewWhereInput.createdAtNotIn ● [Time!] list scalar
RecordViewWhereInput.createdAtGT ● Time scalar
RecordViewWhereInput.createdAtGTE ● Time scalar
RecordViewWhereInput.createdAtLT ● Time scalar
RecordViewWhereInput.createdAtLTE ● Time scalar
RecordViewWhereInput.updatedAt ● Time scalar
updated_at field predicates
RecordViewWhereInput.updatedAtNEQ ● Time scalar
RecordViewWhereInput.updatedAtIn ● [Time!] list scalar
RecordViewWhereInput.updatedAtNotIn ● [Time!] list scalar
RecordViewWhereInput.updatedAtGT ● Time scalar
RecordViewWhereInput.updatedAtGTE ● Time scalar
RecordViewWhereInput.updatedAtLT ● Time scalar
RecordViewWhereInput.updatedAtLTE ● Time scalar
RecordViewWhereInput.companyID ● String scalar
company_id field predicates
RecordViewWhereInput.companyIDNEQ ● String scalar
RecordViewWhereInput.companyIDIn ● [String!] list scalar
RecordViewWhereInput.companyIDNotIn ● [String!] list scalar
RecordViewWhereInput.companyIDGT ● String scalar
RecordViewWhereInput.companyIDGTE ● String scalar
RecordViewWhereInput.companyIDLT ● String scalar
RecordViewWhereInput.companyIDLTE ● String scalar
RecordViewWhereInput.companyIDContains ● String scalar
RecordViewWhereInput.companyIDHasPrefix ● String scalar
RecordViewWhereInput.companyIDHasSuffix ● String scalar
RecordViewWhereInput.companyIDEqualFold ● String scalar
RecordViewWhereInput.companyIDContainsFold ● String scalar
RecordViewWhereInput.name ● String scalar
name field predicates
RecordViewWhereInput.nameNEQ ● String scalar
RecordViewWhereInput.nameIn ● [String!] list scalar
RecordViewWhereInput.nameNotIn ● [String!] list scalar
RecordViewWhereInput.nameGT ● String scalar
RecordViewWhereInput.nameGTE ● String scalar
RecordViewWhereInput.nameLT ● String scalar
RecordViewWhereInput.nameLTE ● String scalar
RecordViewWhereInput.nameContains ● String scalar
RecordViewWhereInput.nameHasPrefix ● String scalar
RecordViewWhereInput.nameHasSuffix ● String scalar
RecordViewWhereInput.nameEqualFold ● String scalar
RecordViewWhereInput.nameContainsFold ● String scalar
RecordViewWhereInput.description ● String scalar
description field predicates
RecordViewWhereInput.descriptionNEQ ● String scalar
RecordViewWhereInput.descriptionIn ● [String!] list scalar
RecordViewWhereInput.descriptionNotIn ● [String!] list scalar
RecordViewWhereInput.descriptionGT ● String scalar
RecordViewWhereInput.descriptionGTE ● String scalar
RecordViewWhereInput.descriptionLT ● String scalar
RecordViewWhereInput.descriptionLTE ● String scalar
RecordViewWhereInput.descriptionContains ● String scalar
RecordViewWhereInput.descriptionHasPrefix ● String scalar
RecordViewWhereInput.descriptionHasSuffix ● String scalar
RecordViewWhereInput.descriptionIsNil ● Boolean scalar
RecordViewWhereInput.descriptionNotNil ● Boolean scalar
RecordViewWhereInput.descriptionEqualFold ● String scalar
RecordViewWhereInput.descriptionContainsFold ● String scalar
RecordViewWhereInput.schemaID ● ID scalar
schema_id field predicates
RecordViewWhereInput.schemaIDNEQ ● ID scalar
RecordViewWhereInput.schemaIDIn ● [ID!] list scalar
RecordViewWhereInput.schemaIDNotIn ● [ID!] list scalar
RecordViewWhereInput.isDefault ● Boolean scalar
is_default field predicates
RecordViewWhereInput.isDefaultNEQ ● Boolean scalar
RecordViewWhereInput.hasWidgets ● Boolean scalar
widgets edge predicates
RecordViewWhereInput.hasWidgetsWith ● [RecordWidgetWhereInput!] list input
RecordViewWhereInput.hasSchema ● Boolean scalar
schema edge predicates
RecordViewWhereInput.hasSchemaWith ● [SchemaDefinitionWhereInput!] list input
Member Of
recordViews query ● RecordViewWhereInput input ● RecordWidgetWhereInput input ● SchemaDefinitionWhereInput input