Skip to main content

ApplicationWhereInput

ApplicationWhereInput is used for filtering Application objects. Input was generated by ent.

input ApplicationWhereInput {
not: ApplicationWhereInput
and: [ApplicationWhereInput!]
or: [ApplicationWhereInput!]
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
icon: String
iconNEQ: String
iconIn: [String!]
iconNotIn: [String!]
iconGT: String
iconGTE: String
iconLT: String
iconLTE: String
iconContains: String
iconHasPrefix: String
iconHasSuffix: String
iconIsNil: Boolean
iconNotNil: Boolean
iconEqualFold: String
iconContainsFold: String
privacyPolicyURL: String
privacyPolicyURLNEQ: String
privacyPolicyURLIn: [String!]
privacyPolicyURLNotIn: [String!]
privacyPolicyURLGT: String
privacyPolicyURLGTE: String
privacyPolicyURLLT: String
privacyPolicyURLLTE: String
privacyPolicyURLContains: String
privacyPolicyURLHasPrefix: String
privacyPolicyURLHasSuffix: String
privacyPolicyURLIsNil: Boolean
privacyPolicyURLNotNil: Boolean
privacyPolicyURLEqualFold: String
privacyPolicyURLContainsFold: String
termsServiceURL: String
termsServiceURLNEQ: String
termsServiceURLIn: [String!]
termsServiceURLNotIn: [String!]
termsServiceURLGT: String
termsServiceURLGTE: String
termsServiceURLLT: String
termsServiceURLLTE: String
termsServiceURLContains: String
termsServiceURLHasPrefix: String
termsServiceURLHasSuffix: String
termsServiceURLIsNil: Boolean
termsServiceURLNotNil: Boolean
termsServiceURLEqualFold: String
termsServiceURLContainsFold: String
websiteURL: String
websiteURLNEQ: String
websiteURLIn: [String!]
websiteURLNotIn: [String!]
websiteURLGT: String
websiteURLGTE: String
websiteURLLT: String
websiteURLLTE: String
websiteURLContains: String
websiteURLHasPrefix: String
websiteURLHasSuffix: String
websiteURLIsNil: Boolean
websiteURLNotNil: Boolean
websiteURLEqualFold: String
websiteURLContainsFold: String
supportEmail: String
supportEmailNEQ: String
supportEmailIn: [String!]
supportEmailNotIn: [String!]
supportEmailGT: String
supportEmailGTE: String
supportEmailLT: String
supportEmailLTE: String
supportEmailContains: String
supportEmailHasPrefix: String
supportEmailHasSuffix: String
supportEmailIsNil: Boolean
supportEmailNotNil: Boolean
supportEmailEqualFold: String
supportEmailContainsFold: String
status: ApplicationStatus
statusNEQ: ApplicationStatus
statusIn: [ApplicationStatus!]
statusNotIn: [ApplicationStatus!]
statusReason: String
statusReasonNEQ: String
statusReasonIn: [String!]
statusReasonNotIn: [String!]
statusReasonGT: String
statusReasonGTE: String
statusReasonLT: String
statusReasonLTE: String
statusReasonContains: String
statusReasonHasPrefix: String
statusReasonHasSuffix: String
statusReasonIsNil: Boolean
statusReasonNotNil: Boolean
statusReasonEqualFold: String
statusReasonContainsFold: String
secretKey: String
secretKeyNEQ: String
secretKeyIn: [String!]
secretKeyNotIn: [String!]
secretKeyGT: String
secretKeyGTE: String
secretKeyLT: String
secretKeyLTE: String
secretKeyContains: String
secretKeyHasPrefix: String
secretKeyHasSuffix: String
secretKeyEqualFold: String
secretKeyContainsFold: String
hasRedirectUrls: Boolean
hasRedirectUrlsWith: [ApplicationRedirectUrlWhereInput!]
hasScopes: Boolean
hasScopesWith: [ApplicationScopeWhereInput!]
hasSettingsGroups: Boolean
hasSettingsGroupsWith: [ApplicationSettingsGroupWhereInput!]
}

Fields

ApplicationWhereInput.not ● ApplicationWhereInput input

ApplicationWhereInput.and ● [ApplicationWhereInput!] list input

ApplicationWhereInput.or ● [ApplicationWhereInput!] list input

ApplicationWhereInput.id ● ID scalar

id field predicates

ApplicationWhereInput.idNEQ ● ID scalar

ApplicationWhereInput.idIn ● [ID!] list scalar

ApplicationWhereInput.idNotIn ● [ID!] list scalar

ApplicationWhereInput.idGT ● ID scalar

ApplicationWhereInput.idGTE ● ID scalar

ApplicationWhereInput.idLT ● ID scalar

ApplicationWhereInput.idLTE ● ID scalar

ApplicationWhereInput.createdAt ● Time scalar

created_at field predicates

ApplicationWhereInput.createdAtNEQ ● Time scalar

ApplicationWhereInput.createdAtIn ● [Time!] list scalar

ApplicationWhereInput.createdAtNotIn ● [Time!] list scalar

ApplicationWhereInput.createdAtGT ● Time scalar

ApplicationWhereInput.createdAtGTE ● Time scalar

ApplicationWhereInput.createdAtLT ● Time scalar

ApplicationWhereInput.createdAtLTE ● Time scalar

ApplicationWhereInput.updatedAt ● Time scalar

updated_at field predicates

ApplicationWhereInput.updatedAtNEQ ● Time scalar

ApplicationWhereInput.updatedAtIn ● [Time!] list scalar

ApplicationWhereInput.updatedAtNotIn ● [Time!] list scalar

ApplicationWhereInput.updatedAtGT ● Time scalar

ApplicationWhereInput.updatedAtGTE ● Time scalar

ApplicationWhereInput.updatedAtLT ● Time scalar

ApplicationWhereInput.updatedAtLTE ● Time scalar

ApplicationWhereInput.companyID ● String scalar

company_id field predicates

ApplicationWhereInput.companyIDNEQ ● String scalar

ApplicationWhereInput.companyIDIn ● [String!] list scalar

ApplicationWhereInput.companyIDNotIn ● [String!] list scalar

ApplicationWhereInput.companyIDGT ● String scalar

ApplicationWhereInput.companyIDGTE ● String scalar

ApplicationWhereInput.companyIDLT ● String scalar

ApplicationWhereInput.companyIDLTE ● String scalar

ApplicationWhereInput.companyIDContains ● String scalar

ApplicationWhereInput.companyIDHasPrefix ● String scalar

ApplicationWhereInput.companyIDHasSuffix ● String scalar

ApplicationWhereInput.companyIDEqualFold ● String scalar

ApplicationWhereInput.companyIDContainsFold ● String scalar

ApplicationWhereInput.name ● String scalar

name field predicates

ApplicationWhereInput.nameNEQ ● String scalar

ApplicationWhereInput.nameIn ● [String!] list scalar

ApplicationWhereInput.nameNotIn ● [String!] list scalar

ApplicationWhereInput.nameGT ● String scalar

ApplicationWhereInput.nameGTE ● String scalar

ApplicationWhereInput.nameLT ● String scalar

ApplicationWhereInput.nameLTE ● String scalar

ApplicationWhereInput.nameContains ● String scalar

ApplicationWhereInput.nameHasPrefix ● String scalar

ApplicationWhereInput.nameHasSuffix ● String scalar

ApplicationWhereInput.nameEqualFold ● String scalar

ApplicationWhereInput.nameContainsFold ● String scalar

ApplicationWhereInput.description ● String scalar

description field predicates

ApplicationWhereInput.descriptionNEQ ● String scalar

ApplicationWhereInput.descriptionIn ● [String!] list scalar

ApplicationWhereInput.descriptionNotIn ● [String!] list scalar

ApplicationWhereInput.descriptionGT ● String scalar

ApplicationWhereInput.descriptionGTE ● String scalar

ApplicationWhereInput.descriptionLT ● String scalar

ApplicationWhereInput.descriptionLTE ● String scalar

ApplicationWhereInput.descriptionContains ● String scalar

ApplicationWhereInput.descriptionHasPrefix ● String scalar

ApplicationWhereInput.descriptionHasSuffix ● String scalar

ApplicationWhereInput.descriptionIsNil ● Boolean scalar

ApplicationWhereInput.descriptionNotNil ● Boolean scalar

ApplicationWhereInput.descriptionEqualFold ● String scalar

ApplicationWhereInput.descriptionContainsFold ● String scalar

ApplicationWhereInput.icon ● String scalar

icon field predicates

ApplicationWhereInput.iconNEQ ● String scalar

ApplicationWhereInput.iconIn ● [String!] list scalar

ApplicationWhereInput.iconNotIn ● [String!] list scalar

ApplicationWhereInput.iconGT ● String scalar

ApplicationWhereInput.iconGTE ● String scalar

ApplicationWhereInput.iconLT ● String scalar

ApplicationWhereInput.iconLTE ● String scalar

ApplicationWhereInput.iconContains ● String scalar

ApplicationWhereInput.iconHasPrefix ● String scalar

ApplicationWhereInput.iconHasSuffix ● String scalar

ApplicationWhereInput.iconIsNil ● Boolean scalar

ApplicationWhereInput.iconNotNil ● Boolean scalar

ApplicationWhereInput.iconEqualFold ● String scalar

ApplicationWhereInput.iconContainsFold ● String scalar

ApplicationWhereInput.privacyPolicyURL ● String scalar

privacy_policy_url field predicates

ApplicationWhereInput.privacyPolicyURLNEQ ● String scalar

ApplicationWhereInput.privacyPolicyURLIn ● [String!] list scalar

ApplicationWhereInput.privacyPolicyURLNotIn ● [String!] list scalar

ApplicationWhereInput.privacyPolicyURLGT ● String scalar

ApplicationWhereInput.privacyPolicyURLGTE ● String scalar

ApplicationWhereInput.privacyPolicyURLLT ● String scalar

ApplicationWhereInput.privacyPolicyURLLTE ● String scalar

ApplicationWhereInput.privacyPolicyURLContains ● String scalar

ApplicationWhereInput.privacyPolicyURLHasPrefix ● String scalar

ApplicationWhereInput.privacyPolicyURLHasSuffix ● String scalar

ApplicationWhereInput.privacyPolicyURLIsNil ● Boolean scalar

ApplicationWhereInput.privacyPolicyURLNotNil ● Boolean scalar

ApplicationWhereInput.privacyPolicyURLEqualFold ● String scalar

ApplicationWhereInput.privacyPolicyURLContainsFold ● String scalar

ApplicationWhereInput.termsServiceURL ● String scalar

terms_service_url field predicates

ApplicationWhereInput.termsServiceURLNEQ ● String scalar

ApplicationWhereInput.termsServiceURLIn ● [String!] list scalar

ApplicationWhereInput.termsServiceURLNotIn ● [String!] list scalar

ApplicationWhereInput.termsServiceURLGT ● String scalar

ApplicationWhereInput.termsServiceURLGTE ● String scalar

ApplicationWhereInput.termsServiceURLLT ● String scalar

ApplicationWhereInput.termsServiceURLLTE ● String scalar

ApplicationWhereInput.termsServiceURLContains ● String scalar

ApplicationWhereInput.termsServiceURLHasPrefix ● String scalar

ApplicationWhereInput.termsServiceURLHasSuffix ● String scalar

ApplicationWhereInput.termsServiceURLIsNil ● Boolean scalar

ApplicationWhereInput.termsServiceURLNotNil ● Boolean scalar

ApplicationWhereInput.termsServiceURLEqualFold ● String scalar

ApplicationWhereInput.termsServiceURLContainsFold ● String scalar

ApplicationWhereInput.websiteURL ● String scalar

website_url field predicates

ApplicationWhereInput.websiteURLNEQ ● String scalar

ApplicationWhereInput.websiteURLIn ● [String!] list scalar

ApplicationWhereInput.websiteURLNotIn ● [String!] list scalar

ApplicationWhereInput.websiteURLGT ● String scalar

ApplicationWhereInput.websiteURLGTE ● String scalar

ApplicationWhereInput.websiteURLLT ● String scalar

ApplicationWhereInput.websiteURLLTE ● String scalar

ApplicationWhereInput.websiteURLContains ● String scalar

ApplicationWhereInput.websiteURLHasPrefix ● String scalar

ApplicationWhereInput.websiteURLHasSuffix ● String scalar

ApplicationWhereInput.websiteURLIsNil ● Boolean scalar

ApplicationWhereInput.websiteURLNotNil ● Boolean scalar

ApplicationWhereInput.websiteURLEqualFold ● String scalar

ApplicationWhereInput.websiteURLContainsFold ● String scalar

ApplicationWhereInput.supportEmail ● String scalar

support_email field predicates

ApplicationWhereInput.supportEmailNEQ ● String scalar

ApplicationWhereInput.supportEmailIn ● [String!] list scalar

ApplicationWhereInput.supportEmailNotIn ● [String!] list scalar

ApplicationWhereInput.supportEmailGT ● String scalar

ApplicationWhereInput.supportEmailGTE ● String scalar

ApplicationWhereInput.supportEmailLT ● String scalar

ApplicationWhereInput.supportEmailLTE ● String scalar

ApplicationWhereInput.supportEmailContains ● String scalar

ApplicationWhereInput.supportEmailHasPrefix ● String scalar

ApplicationWhereInput.supportEmailHasSuffix ● String scalar

ApplicationWhereInput.supportEmailIsNil ● Boolean scalar

ApplicationWhereInput.supportEmailNotNil ● Boolean scalar

ApplicationWhereInput.supportEmailEqualFold ● String scalar

ApplicationWhereInput.supportEmailContainsFold ● String scalar

ApplicationWhereInput.status ● ApplicationStatus enum

status field predicates

ApplicationWhereInput.statusNEQ ● ApplicationStatus enum

ApplicationWhereInput.statusIn ● [ApplicationStatus!] list enum

ApplicationWhereInput.statusNotIn ● [ApplicationStatus!] list enum

ApplicationWhereInput.statusReason ● String scalar

status_reason field predicates

ApplicationWhereInput.statusReasonNEQ ● String scalar

ApplicationWhereInput.statusReasonIn ● [String!] list scalar

ApplicationWhereInput.statusReasonNotIn ● [String!] list scalar

ApplicationWhereInput.statusReasonGT ● String scalar

ApplicationWhereInput.statusReasonGTE ● String scalar

ApplicationWhereInput.statusReasonLT ● String scalar

ApplicationWhereInput.statusReasonLTE ● String scalar

ApplicationWhereInput.statusReasonContains ● String scalar

ApplicationWhereInput.statusReasonHasPrefix ● String scalar

ApplicationWhereInput.statusReasonHasSuffix ● String scalar

ApplicationWhereInput.statusReasonIsNil ● Boolean scalar

ApplicationWhereInput.statusReasonNotNil ● Boolean scalar

ApplicationWhereInput.statusReasonEqualFold ● String scalar

ApplicationWhereInput.statusReasonContainsFold ● String scalar

ApplicationWhereInput.secretKey ● String scalar

secret_key field predicates

ApplicationWhereInput.secretKeyNEQ ● String scalar

ApplicationWhereInput.secretKeyIn ● [String!] list scalar

ApplicationWhereInput.secretKeyNotIn ● [String!] list scalar

ApplicationWhereInput.secretKeyGT ● String scalar

ApplicationWhereInput.secretKeyGTE ● String scalar

ApplicationWhereInput.secretKeyLT ● String scalar

ApplicationWhereInput.secretKeyLTE ● String scalar

ApplicationWhereInput.secretKeyContains ● String scalar

ApplicationWhereInput.secretKeyHasPrefix ● String scalar

ApplicationWhereInput.secretKeyHasSuffix ● String scalar

ApplicationWhereInput.secretKeyEqualFold ● String scalar

ApplicationWhereInput.secretKeyContainsFold ● String scalar

ApplicationWhereInput.hasRedirectUrls ● Boolean scalar

redirect_urls edge predicates

ApplicationWhereInput.hasRedirectUrlsWith ● [ApplicationRedirectUrlWhereInput!] list input

ApplicationWhereInput.hasScopes ● Boolean scalar

scopes edge predicates

ApplicationWhereInput.hasScopesWith ● [ApplicationScopeWhereInput!] list input

ApplicationWhereInput.hasSettingsGroups ● Boolean scalar

settings_groups edge predicates

ApplicationWhereInput.hasSettingsGroupsWith ● [ApplicationSettingsGroupWhereInput!] list input

Member Of

ApplicationRedirectUrlWhereInput input ● applications query ● ApplicationScopeWhereInput input ● ApplicationSettingsGroupWhereInput input ● ApplicationWhereInput input