AppSubscriptionWhereInput
AppSubscriptionWhereInput is used for filtering AppSubscription objects. Input was generated by ent.
input AppSubscriptionWhereInput {
not: AppSubscriptionWhereInput
and: [AppSubscriptionWhereInput!]
or: [AppSubscriptionWhereInput!]
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
chargebeeID: String
chargebeeIDNEQ: String
chargebeeIDIn: [String!]
chargebeeIDNotIn: [String!]
chargebeeIDGT: String
chargebeeIDGTE: String
chargebeeIDLT: String
chargebeeIDLTE: String
chargebeeIDContains: String
chargebeeIDHasPrefix: String
chargebeeIDHasSuffix: String
chargebeeIDEqualFold: String
chargebeeIDContainsFold: String
status: AppSubscriptionStatus
statusNEQ: AppSubscriptionStatus
statusIn: [AppSubscriptionStatus!]
statusNotIn: [AppSubscriptionStatus!]
startDate: Time
startDateNEQ: Time
startDateIn: [Time!]
startDateNotIn: [Time!]
startDateGT: Time
startDateGTE: Time
startDateLT: Time
startDateLTE: Time
startDateIsNil: Boolean
startDateNotNil: Boolean
nextBillDate: Time
nextBillDateNEQ: Time
nextBillDateIn: [Time!]
nextBillDateNotIn: [Time!]
nextBillDateGT: Time
nextBillDateGTE: Time
nextBillDateLT: Time
nextBillDateLTE: Time
nextBillDateIsNil: Boolean
nextBillDateNotNil: Boolean
planName: String
planNameNEQ: String
planNameIn: [String!]
planNameNotIn: [String!]
planNameGT: String
planNameGTE: String
planNameLT: String
planNameLTE: String
planNameContains: String
planNameHasPrefix: String
planNameHasSuffix: String
planNameIsNil: Boolean
planNameNotNil: Boolean
planNameEqualFold: String
planNameContainsFold: String
companyID: ID
companyIDNEQ: ID
companyIDIn: [ID!]
companyIDNotIn: [ID!]
hasCompany: Boolean
hasCompanyWith: [CompanyWhereInput!]
hasEntitlements: Boolean
hasEntitlementsWith: [AppEntitlementWhereInput!]
}
Fields
AppSubscriptionWhereInput.not ● AppSubscriptionWhereInput input
AppSubscriptionWhereInput.and ● [AppSubscriptionWhereInput!] list input
AppSubscriptionWhereInput.or ● [AppSubscriptionWhereInput!] list input
AppSubscriptionWhereInput.id ● ID scalar
id field predicates