Skip to main content

ListConditionWhereInput

ListConditionWhereInput is used for filtering ListCondition objects. Input was generated by ent.

input ListConditionWhereInput {
not: ListConditionWhereInput
and: [ListConditionWhereInput!]
or: [ListConditionWhereInput!]
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
type: ListConditionType
typeNEQ: ListConditionType
typeIn: [ListConditionType!]
typeNotIn: [ListConditionType!]
filterListID: ID
filterListIDNEQ: ID
filterListIDIn: [ID!]
filterListIDNotIn: [ID!]
filterListIDIsNil: Boolean
filterListIDNotNil: Boolean
associatedSchemaID: ID
associatedSchemaIDNEQ: ID
associatedSchemaIDIn: [ID!]
associatedSchemaIDNotIn: [ID!]
associatedSchemaIDIsNil: Boolean
associatedSchemaIDNotNil: Boolean
propertyID: ID
propertyIDNEQ: ID
propertyIDIn: [ID!]
propertyIDNotIn: [ID!]
propertyIDIsNil: Boolean
propertyIDNotNil: Boolean
operator: ListConditionListComparator
operatorNEQ: ListConditionListComparator
operatorIn: [ListConditionListComparator!]
operatorNotIn: [ListConditionListComparator!]
operatorIsNil: Boolean
operatorNotNil: Boolean
hasGroup: Boolean
hasGroupWith: [ListFilterGroupWhereInput!]
hasFilterList: Boolean
hasFilterListWith: [ListWhereInput!]
hasProperty: Boolean
hasPropertyWith: [SchemaPropertyWhereInput!]
hasAssociatedSchema: Boolean
hasAssociatedSchemaWith: [SchemaAssociationWhereInput!]
}

Fields

ListConditionWhereInput.not ● ListConditionWhereInput input

ListConditionWhereInput.and ● [ListConditionWhereInput!] list input

ListConditionWhereInput.or ● [ListConditionWhereInput!] list input

ListConditionWhereInput.id ● ID scalar

id field predicates

ListConditionWhereInput.idNEQ ● ID scalar

ListConditionWhereInput.idIn ● [ID!] list scalar

ListConditionWhereInput.idNotIn ● [ID!] list scalar

ListConditionWhereInput.idGT ● ID scalar

ListConditionWhereInput.idGTE ● ID scalar

ListConditionWhereInput.idLT ● ID scalar

ListConditionWhereInput.idLTE ● ID scalar

ListConditionWhereInput.createdAt ● Time scalar

created_at field predicates

ListConditionWhereInput.createdAtNEQ ● Time scalar

ListConditionWhereInput.createdAtIn ● [Time!] list scalar

ListConditionWhereInput.createdAtNotIn ● [Time!] list scalar

ListConditionWhereInput.createdAtGT ● Time scalar

ListConditionWhereInput.createdAtGTE ● Time scalar

ListConditionWhereInput.createdAtLT ● Time scalar

ListConditionWhereInput.createdAtLTE ● Time scalar

ListConditionWhereInput.updatedAt ● Time scalar

updated_at field predicates

ListConditionWhereInput.updatedAtNEQ ● Time scalar

ListConditionWhereInput.updatedAtIn ● [Time!] list scalar

ListConditionWhereInput.updatedAtNotIn ● [Time!] list scalar

ListConditionWhereInput.updatedAtGT ● Time scalar

ListConditionWhereInput.updatedAtGTE ● Time scalar

ListConditionWhereInput.updatedAtLT ● Time scalar

ListConditionWhereInput.updatedAtLTE ● Time scalar

ListConditionWhereInput.companyID ● String scalar

company_id field predicates

ListConditionWhereInput.companyIDNEQ ● String scalar

ListConditionWhereInput.companyIDIn ● [String!] list scalar

ListConditionWhereInput.companyIDNotIn ● [String!] list scalar

ListConditionWhereInput.companyIDGT ● String scalar

ListConditionWhereInput.companyIDGTE ● String scalar

ListConditionWhereInput.companyIDLT ● String scalar

ListConditionWhereInput.companyIDLTE ● String scalar

ListConditionWhereInput.companyIDContains ● String scalar

ListConditionWhereInput.companyIDHasPrefix ● String scalar

ListConditionWhereInput.companyIDHasSuffix ● String scalar

ListConditionWhereInput.companyIDEqualFold ● String scalar

ListConditionWhereInput.companyIDContainsFold ● String scalar

ListConditionWhereInput.type ● ListConditionType enum

type field predicates

ListConditionWhereInput.typeNEQ ● ListConditionType enum

ListConditionWhereInput.typeIn ● [ListConditionType!] list enum

ListConditionWhereInput.typeNotIn ● [ListConditionType!] list enum

ListConditionWhereInput.filterListID ● ID scalar

filter_list_id field predicates

ListConditionWhereInput.filterListIDNEQ ● ID scalar

ListConditionWhereInput.filterListIDIn ● [ID!] list scalar

ListConditionWhereInput.filterListIDNotIn ● [ID!] list scalar

ListConditionWhereInput.filterListIDIsNil ● Boolean scalar

ListConditionWhereInput.filterListIDNotNil ● Boolean scalar

ListConditionWhereInput.associatedSchemaID ● ID scalar

associated_schema_id field predicates

ListConditionWhereInput.associatedSchemaIDNEQ ● ID scalar

ListConditionWhereInput.associatedSchemaIDIn ● [ID!] list scalar

ListConditionWhereInput.associatedSchemaIDNotIn ● [ID!] list scalar

ListConditionWhereInput.associatedSchemaIDIsNil ● Boolean scalar

ListConditionWhereInput.associatedSchemaIDNotNil ● Boolean scalar

ListConditionWhereInput.propertyID ● ID scalar

property_id field predicates

ListConditionWhereInput.propertyIDNEQ ● ID scalar

ListConditionWhereInput.propertyIDIn ● [ID!] list scalar

ListConditionWhereInput.propertyIDNotIn ● [ID!] list scalar

ListConditionWhereInput.propertyIDIsNil ● Boolean scalar

ListConditionWhereInput.propertyIDNotNil ● Boolean scalar

ListConditionWhereInput.operator ● ListConditionListComparator enum

operator field predicates

ListConditionWhereInput.operatorNEQ ● ListConditionListComparator enum

ListConditionWhereInput.operatorIn ● [ListConditionListComparator!] list enum

ListConditionWhereInput.operatorNotIn ● [ListConditionListComparator!] list enum

ListConditionWhereInput.operatorIsNil ● Boolean scalar

ListConditionWhereInput.operatorNotNil ● Boolean scalar

ListConditionWhereInput.hasGroup ● Boolean scalar

group edge predicates

ListConditionWhereInput.hasGroupWith ● [ListFilterGroupWhereInput!] list input

ListConditionWhereInput.hasFilterList ● Boolean scalar

filter_list edge predicates

ListConditionWhereInput.hasFilterListWith ● [ListWhereInput!] list input

ListConditionWhereInput.hasProperty ● Boolean scalar

property edge predicates

ListConditionWhereInput.hasPropertyWith ● [SchemaPropertyWhereInput!] list input

ListConditionWhereInput.hasAssociatedSchema ● Boolean scalar

associated_schema edge predicates

ListConditionWhereInput.hasAssociatedSchemaWith ● [SchemaAssociationWhereInput!] list input

Member Of

ListConditionWhereInput input ● ListFilterGroupWhereInput input