Skip to main content

HotspotWhereInput

HotspotWhereInput is used for filtering Hotspot objects. Input was generated by ent.

input HotspotWhereInput {
not: HotspotWhereInput
and: [HotspotWhereInput!]
or: [HotspotWhereInput!]
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
location: String
locationNEQ: String
locationIn: [String!]
locationNotIn: [String!]
locationGT: String
locationGTE: String
locationLT: String
locationLTE: String
locationContains: String
locationHasPrefix: String
locationHasSuffix: String
locationEqualFold: String
locationContainsFold: String
schemaID: ID
schemaIDNEQ: ID
schemaIDIn: [ID!]
schemaIDNotIn: [ID!]
schemaIDIsNil: Boolean
schemaIDNotNil: Boolean
hasSchema: Boolean
hasSchemaWith: [SchemaDefinitionWhereInput!]
hasShortcuts: Boolean
hasShortcutsWith: [ShortcutWhereInput!]
}

Fields

HotspotWhereInput.not ● HotspotWhereInput input

HotspotWhereInput.and ● [HotspotWhereInput!] list input

HotspotWhereInput.or ● [HotspotWhereInput!] list input

HotspotWhereInput.id ● ID scalar

id field predicates

HotspotWhereInput.idNEQ ● ID scalar

HotspotWhereInput.idIn ● [ID!] list scalar

HotspotWhereInput.idNotIn ● [ID!] list scalar

HotspotWhereInput.idGT ● ID scalar

HotspotWhereInput.idGTE ● ID scalar

HotspotWhereInput.idLT ● ID scalar

HotspotWhereInput.idLTE ● ID scalar

HotspotWhereInput.createdAt ● Time scalar

created_at field predicates

HotspotWhereInput.createdAtNEQ ● Time scalar

HotspotWhereInput.createdAtIn ● [Time!] list scalar

HotspotWhereInput.createdAtNotIn ● [Time!] list scalar

HotspotWhereInput.createdAtGT ● Time scalar

HotspotWhereInput.createdAtGTE ● Time scalar

HotspotWhereInput.createdAtLT ● Time scalar

HotspotWhereInput.createdAtLTE ● Time scalar

HotspotWhereInput.updatedAt ● Time scalar

updated_at field predicates

HotspotWhereInput.updatedAtNEQ ● Time scalar

HotspotWhereInput.updatedAtIn ● [Time!] list scalar

HotspotWhereInput.updatedAtNotIn ● [Time!] list scalar

HotspotWhereInput.updatedAtGT ● Time scalar

HotspotWhereInput.updatedAtGTE ● Time scalar

HotspotWhereInput.updatedAtLT ● Time scalar

HotspotWhereInput.updatedAtLTE ● Time scalar

HotspotWhereInput.companyID ● String scalar

company_id field predicates

HotspotWhereInput.companyIDNEQ ● String scalar

HotspotWhereInput.companyIDIn ● [String!] list scalar

HotspotWhereInput.companyIDNotIn ● [String!] list scalar

HotspotWhereInput.companyIDGT ● String scalar

HotspotWhereInput.companyIDGTE ● String scalar

HotspotWhereInput.companyIDLT ● String scalar

HotspotWhereInput.companyIDLTE ● String scalar

HotspotWhereInput.companyIDContains ● String scalar

HotspotWhereInput.companyIDHasPrefix ● String scalar

HotspotWhereInput.companyIDHasSuffix ● String scalar

HotspotWhereInput.companyIDEqualFold ● String scalar

HotspotWhereInput.companyIDContainsFold ● String scalar

HotspotWhereInput.location ● String scalar

location field predicates

HotspotWhereInput.locationNEQ ● String scalar

HotspotWhereInput.locationIn ● [String!] list scalar

HotspotWhereInput.locationNotIn ● [String!] list scalar

HotspotWhereInput.locationGT ● String scalar

HotspotWhereInput.locationGTE ● String scalar

HotspotWhereInput.locationLT ● String scalar

HotspotWhereInput.locationLTE ● String scalar

HotspotWhereInput.locationContains ● String scalar

HotspotWhereInput.locationHasPrefix ● String scalar

HotspotWhereInput.locationHasSuffix ● String scalar

HotspotWhereInput.locationEqualFold ● String scalar

HotspotWhereInput.locationContainsFold ● String scalar

HotspotWhereInput.schemaID ● ID scalar

schema_id field predicates

HotspotWhereInput.schemaIDNEQ ● ID scalar

HotspotWhereInput.schemaIDIn ● [ID!] list scalar

HotspotWhereInput.schemaIDNotIn ● [ID!] list scalar

HotspotWhereInput.schemaIDIsNil ● Boolean scalar

HotspotWhereInput.schemaIDNotNil ● Boolean scalar

HotspotWhereInput.hasSchema ● Boolean scalar

schema edge predicates

HotspotWhereInput.hasSchemaWith ● [SchemaDefinitionWhereInput!] list input

HotspotWhereInput.hasShortcuts ● Boolean scalar

shortcuts edge predicates

HotspotWhereInput.hasShortcutsWith ● [ShortcutWhereInput!] list input

Member Of

hotspots query ● HotspotWhereInput input ● SchemaDefinitionWhereInput input ● ShortcutWhereInput input