ApplicationScopeWhereInput
ApplicationScopeWhereInput is used for filtering ApplicationScope objects. Input was generated by ent.
input ApplicationScopeWhereInput {
not: ApplicationScopeWhereInput
and: [ApplicationScopeWhereInput!]
or: [ApplicationScopeWhereInput!]
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
scope: ApplicationScopeIntegrationScopes
scopeNEQ: ApplicationScopeIntegrationScopes
scopeIn: [ApplicationScopeIntegrationScopes!]
scopeNotIn: [ApplicationScopeIntegrationScopes!]
reason: String
reasonNEQ: String
reasonIn: [String!]
reasonNotIn: [String!]
reasonGT: String
reasonGTE: String
reasonLT: String
reasonLTE: String
reasonContains: String
reasonHasPrefix: String
reasonHasSuffix: String
reasonIsNil: Boolean
reasonNotNil: Boolean
reasonEqualFold: String
reasonContainsFold: String
applicationID: ID
applicationIDNEQ: ID
applicationIDIn: [ID!]
applicationIDNotIn: [ID!]
hasApplication: Boolean
hasApplicationWith: [ApplicationWhereInput!]
}
Fields
ApplicationScopeWhereInput.not ● ApplicationScopeWhereInput input
ApplicationScopeWhereInput.and ● [ApplicationScopeWhereInput!] list input
ApplicationScopeWhereInput.or ● [ApplicationScopeWhereInput!] list input
ApplicationScopeWhereInput.id ● ID scalar
id field predicates
ApplicationScopeWhereInput.idNEQ ● ID scalar
ApplicationScopeWhereInput.idIn ● [ID!] list scalar
ApplicationScopeWhereInput.idNotIn ● [ID!] list scalar
ApplicationScopeWhereInput.idGT ● ID scalar
ApplicationScopeWhereInput.idGTE ● ID scalar
ApplicationScopeWhereInput.idLT ● ID scalar
ApplicationScopeWhereInput.idLTE ● ID scalar
ApplicationScopeWhereInput.createdAt ● Time scalar
created_at field predicates
ApplicationScopeWhereInput.createdAtNEQ ● Time scalar
ApplicationScopeWhereInput.createdAtIn ● [Time!] list scalar
ApplicationScopeWhereInput.createdAtNotIn ● [Time!] list scalar
ApplicationScopeWhereInput.createdAtGT ● Time scalar
ApplicationScopeWhereInput.createdAtGTE ● Time scalar
ApplicationScopeWhereInput.createdAtLT ● Time scalar
ApplicationScopeWhereInput.createdAtLTE ● Time scalar
ApplicationScopeWhereInput.updatedAt ● Time scalar
updated_at field predicates
ApplicationScopeWhereInput.updatedAtNEQ ● Time scalar
ApplicationScopeWhereInput.updatedAtIn ● [Time!] list scalar
ApplicationScopeWhereInput.updatedAtNotIn ● [Time!] list scalar
ApplicationScopeWhereInput.updatedAtGT ● Time scalar
ApplicationScopeWhereInput.updatedAtGTE ● Time scalar
ApplicationScopeWhereInput.updatedAtLT ● Time scalar
ApplicationScopeWhereInput.updatedAtLTE ● Time scalar
ApplicationScopeWhereInput.scope ● ApplicationScopeIntegrationScopes enum
scope field predicates
ApplicationScopeWhereInput.scopeNEQ ● ApplicationScopeIntegrationScopes enum
ApplicationScopeWhereInput.scopeIn ● [ApplicationScopeIntegrationScopes!] list enum
ApplicationScopeWhereInput.scopeNotIn ● [ApplicationScopeIntegrationScopes!] list enum
ApplicationScopeWhereInput.reason ● String scalar
reason field predicates
ApplicationScopeWhereInput.reasonNEQ ● String scalar
ApplicationScopeWhereInput.reasonIn ● [String!] list scalar
ApplicationScopeWhereInput.reasonNotIn ● [String!] list scalar
ApplicationScopeWhereInput.reasonGT ● String scalar
ApplicationScopeWhereInput.reasonGTE ● String scalar
ApplicationScopeWhereInput.reasonLT ● String scalar
ApplicationScopeWhereInput.reasonLTE ● String scalar
ApplicationScopeWhereInput.reasonContains ● String scalar
ApplicationScopeWhereInput.reasonHasPrefix ● String scalar
ApplicationScopeWhereInput.reasonHasSuffix ● String scalar
ApplicationScopeWhereInput.reasonIsNil ● Boolean scalar
ApplicationScopeWhereInput.reasonNotNil ● Boolean scalar
ApplicationScopeWhereInput.reasonEqualFold ● String scalar
ApplicationScopeWhereInput.reasonContainsFold ● String scalar
ApplicationScopeWhereInput.applicationID ● ID scalar
application_id field predicates
ApplicationScopeWhereInput.applicationIDNEQ ● ID scalar
ApplicationScopeWhereInput.applicationIDIn ● [ID!] list scalar
ApplicationScopeWhereInput.applicationIDNotIn ● [ID!] list scalar
ApplicationScopeWhereInput.hasApplication ● Boolean scalar
application edge predicates
ApplicationScopeWhereInput.hasApplicationWith ● [ApplicationWhereInput!] list input
Member Of
ApplicationScopeWhereInput input ● ApplicationWhereInput input