ShortcutWhereInput
ShortcutWhereInput is used for filtering Shortcut objects. Input was generated by ent.
input ShortcutWhereInput {
not: ShortcutWhereInput
and: [ShortcutWhereInput!]
or: [ShortcutWhereInput!]
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
position: Int
positionNEQ: Int
positionIn: [Int!]
positionNotIn: [Int!]
positionGT: Int
positionGTE: Int
positionLT: Int
positionLTE: Int
hotspotID: ID
hotspotIDNEQ: ID
hotspotIDIn: [ID!]
hotspotIDNotIn: [ID!]
type: ShortcutType
typeNEQ: ShortcutType
typeIn: [ShortcutType!]
typeNotIn: [ShortcutType!]
label: String
labelNEQ: String
labelIn: [String!]
labelNotIn: [String!]
labelGT: String
labelGTE: String
labelLT: String
labelLTE: String
labelContains: String
labelHasPrefix: String
labelHasSuffix: String
labelEqualFold: String
labelContainsFold: String
action: ShortcutAction
actionNEQ: ShortcutAction
actionIn: [ShortcutAction!]
actionNotIn: [ShortcutAction!]
url: String
urlNEQ: String
urlIn: [String!]
urlNotIn: [String!]
urlGT: String
urlGTE: String
urlLT: String
urlLTE: String
urlContains: String
urlHasPrefix: String
urlHasSuffix: String
urlIsNil: Boolean
urlNotNil: Boolean
urlEqualFold: String
urlContainsFold: String
newWindow: Boolean
newWindowNEQ: Boolean
urlParameters: String
urlParametersNEQ: String
urlParametersIn: [String!]
urlParametersNotIn: [String!]
urlParametersGT: String
urlParametersGTE: String
urlParametersLT: String
urlParametersLTE: String
urlParametersContains: String
urlParametersHasPrefix: String
urlParametersHasSuffix: String
urlParametersIsNil: Boolean
urlParametersNotNil: Boolean
urlParametersEqualFold: String
urlParametersContainsFold: String
schemaID: ID
schemaIDNEQ: ID
schemaIDIn: [ID!]
schemaIDNotIn: [ID!]
schemaIDIsNil: Boolean
schemaIDNotNil: Boolean
hasSchema: Boolean
hasSchemaWith: [SchemaDefinitionWhereInput!]
hasHotspot: Boolean
hasHotspotWith: [HotspotWhereInput!]
}
Fields
ShortcutWhereInput.not ● ShortcutWhereInput input
ShortcutWhereInput.and ● [ShortcutWhereInput!] list input
ShortcutWhereInput.or ● [ShortcutWhereInput!] list input
ShortcutWhereInput.id ● ID scalar
id field predicates
ShortcutWhereInput.idNEQ ● ID scalar
ShortcutWhereInput.idIn ● [ID!] list scalar
ShortcutWhereInput.idNotIn ● [ID!] list scalar
ShortcutWhereInput.idGT ● ID scalar
ShortcutWhereInput.idGTE ● ID scalar
ShortcutWhereInput.idLT ● ID scalar
ShortcutWhereInput.idLTE ● ID scalar
ShortcutWhereInput.createdAt ● Time scalar
created_at field predicates
ShortcutWhereInput.createdAtNEQ ● Time scalar
ShortcutWhereInput.createdAtIn ● [Time!] list scalar
ShortcutWhereInput.createdAtNotIn ● [Time!] list scalar
ShortcutWhereInput.createdAtGT ● Time scalar
ShortcutWhereInput.createdAtGTE ● Time scalar
ShortcutWhereInput.createdAtLT ● Time scalar
ShortcutWhereInput.createdAtLTE ● Time scalar
ShortcutWhereInput.updatedAt ● Time scalar
updated_at field predicates
ShortcutWhereInput.updatedAtNEQ ● Time scalar
ShortcutWhereInput.updatedAtIn ● [Time!] list scalar
ShortcutWhereInput.updatedAtNotIn ● [Time!] list scalar
ShortcutWhereInput.updatedAtGT ● Time scalar
ShortcutWhereInput.updatedAtGTE ● Time scalar
ShortcutWhereInput.updatedAtLT ● Time scalar
ShortcutWhereInput.updatedAtLTE ● Time scalar
ShortcutWhereInput.companyID ● String scalar
company_id field predicates
ShortcutWhereInput.companyIDNEQ ● String scalar
ShortcutWhereInput.companyIDIn ● [String!] list scalar
ShortcutWhereInput.companyIDNotIn ● [String!] list scalar
ShortcutWhereInput.companyIDGT ● String scalar
ShortcutWhereInput.companyIDGTE ● String scalar
ShortcutWhereInput.companyIDLT ● String scalar
ShortcutWhereInput.companyIDLTE ● String scalar
ShortcutWhereInput.companyIDContains ● String scalar
ShortcutWhereInput.companyIDHasPrefix ● String scalar
ShortcutWhereInput.companyIDHasSuffix ● String scalar
ShortcutWhereInput.companyIDEqualFold ● String scalar
ShortcutWhereInput.companyIDContainsFold ● String scalar
ShortcutWhereInput.position ● Int scalar
position field predicates
ShortcutWhereInput.positionNEQ ● Int scalar
ShortcutWhereInput.positionIn ● [Int!] list scalar
ShortcutWhereInput.positionNotIn ● [Int!] list scalar
ShortcutWhereInput.positionGT ● Int scalar
ShortcutWhereInput.positionGTE ● Int scalar
ShortcutWhereInput.positionLT ● Int scalar
ShortcutWhereInput.positionLTE ● Int scalar
ShortcutWhereInput.hotspotID ● ID scalar
hotspot_id field predicates
ShortcutWhereInput.hotspotIDNEQ ● ID scalar
ShortcutWhereInput.hotspotIDIn ● [ID!] list scalar
ShortcutWhereInput.hotspotIDNotIn ● [ID!] list scalar
ShortcutWhereInput.type ● ShortcutType enum
type field predicates
ShortcutWhereInput.typeNEQ ● ShortcutType enum
ShortcutWhereInput.typeIn ● [ShortcutType!] list enum
ShortcutWhereInput.typeNotIn ● [ShortcutType!] list enum
ShortcutWhereInput.label ● String scalar
label field predicates
ShortcutWhereInput.labelNEQ ● String scalar
ShortcutWhereInput.labelIn ● [String!] list scalar
ShortcutWhereInput.labelNotIn ● [String!] list scalar
ShortcutWhereInput.labelGT ● String scalar
ShortcutWhereInput.labelGTE ● String scalar
ShortcutWhereInput.labelLT ● String scalar
ShortcutWhereInput.labelLTE ● String scalar
ShortcutWhereInput.labelContains ● String scalar
ShortcutWhereInput.labelHasPrefix ● String scalar
ShortcutWhereInput.labelHasSuffix ● String scalar
ShortcutWhereInput.labelEqualFold ● String scalar
ShortcutWhereInput.labelContainsFold ● String scalar
ShortcutWhereInput.action ● ShortcutAction enum
action field predicates
ShortcutWhereInput.actionNEQ ● ShortcutAction enum
ShortcutWhereInput.actionIn ● [ShortcutAction!] list enum
ShortcutWhereInput.actionNotIn ● [ShortcutAction!] list enum
ShortcutWhereInput.url ● String scalar
url field predicates
ShortcutWhereInput.urlNEQ ● String scalar
ShortcutWhereInput.urlIn ● [String!] list scalar
ShortcutWhereInput.urlNotIn ● [String!] list scalar
ShortcutWhereInput.urlGT ● String scalar
ShortcutWhereInput.urlGTE ● String scalar
ShortcutWhereInput.urlLT ● String scalar
ShortcutWhereInput.urlLTE ● String scalar
ShortcutWhereInput.urlContains ● String scalar
ShortcutWhereInput.urlHasPrefix ● String scalar
ShortcutWhereInput.urlHasSuffix ● String scalar
ShortcutWhereInput.urlIsNil ● Boolean scalar
ShortcutWhereInput.urlNotNil ● Boolean scalar
ShortcutWhereInput.urlEqualFold ● String scalar
ShortcutWhereInput.urlContainsFold ● String scalar
ShortcutWhereInput.newWindow ● Boolean scalar
new_window field predicates
ShortcutWhereInput.newWindowNEQ ● Boolean scalar
ShortcutWhereInput.urlParameters ● String scalar
url_parameters field predicates
ShortcutWhereInput.urlParametersNEQ ● String scalar
ShortcutWhereInput.urlParametersIn ● [String!] list scalar
ShortcutWhereInput.urlParametersNotIn ● [String!] list scalar
ShortcutWhereInput.urlParametersGT ● String scalar
ShortcutWhereInput.urlParametersGTE ● String scalar
ShortcutWhereInput.urlParametersLT ● String scalar
ShortcutWhereInput.urlParametersLTE ● String scalar
ShortcutWhereInput.urlParametersContains ● String scalar
ShortcutWhereInput.urlParametersHasPrefix ● String scalar
ShortcutWhereInput.urlParametersHasSuffix ● String scalar
ShortcutWhereInput.urlParametersIsNil ● Boolean scalar
ShortcutWhereInput.urlParametersNotNil ● Boolean scalar
ShortcutWhereInput.urlParametersEqualFold ● String scalar
ShortcutWhereInput.urlParametersContainsFold ● String scalar
ShortcutWhereInput.schemaID ● ID scalar
schema_id field predicates
ShortcutWhereInput.schemaIDNEQ ● ID scalar
ShortcutWhereInput.schemaIDIn ● [ID!] list scalar
ShortcutWhereInput.schemaIDNotIn ● [ID!] list scalar
ShortcutWhereInput.schemaIDIsNil ● Boolean scalar
ShortcutWhereInput.schemaIDNotNil ● Boolean scalar
ShortcutWhereInput.hasSchema ● Boolean scalar
schema edge predicates
ShortcutWhereInput.hasSchemaWith ● [SchemaDefinitionWhereInput!] list input
ShortcutWhereInput.hasHotspot ● Boolean scalar
hotspot edge predicates
ShortcutWhereInput.hasHotspotWith ● [HotspotWhereInput!] list input
Member Of
HotspotWhereInput input ● SchemaDefinitionWhereInput input ● shortcuts query ● ShortcutWhereInput input