Skip to main content

AppInvoiceWhereInput

AppInvoiceWhereInput is used for filtering AppInvoice objects. Input was generated by ent.

input AppInvoiceWhereInput {
not: AppInvoiceWhereInput
and: [AppInvoiceWhereInput!]
or: [AppInvoiceWhereInput!]
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
total: Int
totalNEQ: Int
totalIn: [Int!]
totalNotIn: [Int!]
totalGT: Int
totalGTE: Int
totalLT: Int
totalLTE: Int
amountDue: Int
amountDueNEQ: Int
amountDueIn: [Int!]
amountDueNotIn: [Int!]
amountDueGT: Int
amountDueGTE: Int
amountDueLT: Int
amountDueLTE: Int
status: AppInvoiceStatus
statusNEQ: AppInvoiceStatus
statusIn: [AppInvoiceStatus!]
statusNotIn: [AppInvoiceStatus!]
dueDate: Time
dueDateNEQ: Time
dueDateIn: [Time!]
dueDateNotIn: [Time!]
dueDateGT: Time
dueDateGTE: Time
dueDateLT: Time
dueDateLTE: Time
paidDate: Time
paidDateNEQ: Time
paidDateIn: [Time!]
paidDateNotIn: [Time!]
paidDateGT: Time
paidDateGTE: Time
paidDateLT: Time
paidDateLTE: Time
paidDateIsNil: Boolean
paidDateNotNil: Boolean
companyID: ID
companyIDNEQ: ID
companyIDIn: [ID!]
companyIDNotIn: [ID!]
hasCompany: Boolean
hasCompanyWith: [CompanyWhereInput!]
}

Fields

AppInvoiceWhereInput.not ● AppInvoiceWhereInput input

AppInvoiceWhereInput.and ● [AppInvoiceWhereInput!] list input

AppInvoiceWhereInput.or ● [AppInvoiceWhereInput!] list input

AppInvoiceWhereInput.id ● ID scalar

id field predicates

AppInvoiceWhereInput.idNEQ ● ID scalar

AppInvoiceWhereInput.idIn ● [ID!] list scalar

AppInvoiceWhereInput.idNotIn ● [ID!] list scalar

AppInvoiceWhereInput.idGT ● ID scalar

AppInvoiceWhereInput.idGTE ● ID scalar

AppInvoiceWhereInput.idLT ● ID scalar

AppInvoiceWhereInput.idLTE ● ID scalar

AppInvoiceWhereInput.createdAt ● Time scalar

created_at field predicates

AppInvoiceWhereInput.createdAtNEQ ● Time scalar

AppInvoiceWhereInput.createdAtIn ● [Time!] list scalar

AppInvoiceWhereInput.createdAtNotIn ● [Time!] list scalar

AppInvoiceWhereInput.createdAtGT ● Time scalar

AppInvoiceWhereInput.createdAtGTE ● Time scalar

AppInvoiceWhereInput.createdAtLT ● Time scalar

AppInvoiceWhereInput.createdAtLTE ● Time scalar

AppInvoiceWhereInput.updatedAt ● Time scalar

updated_at field predicates

AppInvoiceWhereInput.updatedAtNEQ ● Time scalar

AppInvoiceWhereInput.updatedAtIn ● [Time!] list scalar

AppInvoiceWhereInput.updatedAtNotIn ● [Time!] list scalar

AppInvoiceWhereInput.updatedAtGT ● Time scalar

AppInvoiceWhereInput.updatedAtGTE ● Time scalar

AppInvoiceWhereInput.updatedAtLT ● Time scalar

AppInvoiceWhereInput.updatedAtLTE ● Time scalar

AppInvoiceWhereInput.chargebeeID ● String scalar

chargebee_id field predicates

AppInvoiceWhereInput.chargebeeIDNEQ ● String scalar

AppInvoiceWhereInput.chargebeeIDIn ● [String!] list scalar

AppInvoiceWhereInput.chargebeeIDNotIn ● [String!] list scalar

AppInvoiceWhereInput.chargebeeIDGT ● String scalar

AppInvoiceWhereInput.chargebeeIDGTE ● String scalar

AppInvoiceWhereInput.chargebeeIDLT ● String scalar

AppInvoiceWhereInput.chargebeeIDLTE ● String scalar

AppInvoiceWhereInput.chargebeeIDContains ● String scalar

AppInvoiceWhereInput.chargebeeIDHasPrefix ● String scalar

AppInvoiceWhereInput.chargebeeIDHasSuffix ● String scalar

AppInvoiceWhereInput.chargebeeIDEqualFold ● String scalar

AppInvoiceWhereInput.chargebeeIDContainsFold ● String scalar

AppInvoiceWhereInput.total ● Int scalar

total field predicates

AppInvoiceWhereInput.totalNEQ ● Int scalar

AppInvoiceWhereInput.totalIn ● [Int!] list scalar

AppInvoiceWhereInput.totalNotIn ● [Int!] list scalar

AppInvoiceWhereInput.totalGT ● Int scalar

AppInvoiceWhereInput.totalGTE ● Int scalar

AppInvoiceWhereInput.totalLT ● Int scalar

AppInvoiceWhereInput.totalLTE ● Int scalar

AppInvoiceWhereInput.amountDue ● Int scalar

amount_due field predicates

AppInvoiceWhereInput.amountDueNEQ ● Int scalar

AppInvoiceWhereInput.amountDueIn ● [Int!] list scalar

AppInvoiceWhereInput.amountDueNotIn ● [Int!] list scalar

AppInvoiceWhereInput.amountDueGT ● Int scalar

AppInvoiceWhereInput.amountDueGTE ● Int scalar

AppInvoiceWhereInput.amountDueLT ● Int scalar

AppInvoiceWhereInput.amountDueLTE ● Int scalar

AppInvoiceWhereInput.status ● AppInvoiceStatus enum

status field predicates

AppInvoiceWhereInput.statusNEQ ● AppInvoiceStatus enum

AppInvoiceWhereInput.statusIn ● [AppInvoiceStatus!] list enum

AppInvoiceWhereInput.statusNotIn ● [AppInvoiceStatus!] list enum

AppInvoiceWhereInput.dueDate ● Time scalar

due_date field predicates

AppInvoiceWhereInput.dueDateNEQ ● Time scalar

AppInvoiceWhereInput.dueDateIn ● [Time!] list scalar

AppInvoiceWhereInput.dueDateNotIn ● [Time!] list scalar

AppInvoiceWhereInput.dueDateGT ● Time scalar

AppInvoiceWhereInput.dueDateGTE ● Time scalar

AppInvoiceWhereInput.dueDateLT ● Time scalar

AppInvoiceWhereInput.dueDateLTE ● Time scalar

AppInvoiceWhereInput.paidDate ● Time scalar

paid_date field predicates

AppInvoiceWhereInput.paidDateNEQ ● Time scalar

AppInvoiceWhereInput.paidDateIn ● [Time!] list scalar

AppInvoiceWhereInput.paidDateNotIn ● [Time!] list scalar

AppInvoiceWhereInput.paidDateGT ● Time scalar

AppInvoiceWhereInput.paidDateGTE ● Time scalar

AppInvoiceWhereInput.paidDateLT ● Time scalar

AppInvoiceWhereInput.paidDateLTE ● Time scalar

AppInvoiceWhereInput.paidDateIsNil ● Boolean scalar

AppInvoiceWhereInput.paidDateNotNil ● Boolean scalar

AppInvoiceWhereInput.companyID ● ID scalar

company_id field predicates

AppInvoiceWhereInput.companyIDNEQ ● ID scalar

AppInvoiceWhereInput.companyIDIn ● [ID!] list scalar

AppInvoiceWhereInput.companyIDNotIn ● [ID!] list scalar

AppInvoiceWhereInput.hasCompany ● Boolean scalar

company edge predicates

AppInvoiceWhereInput.hasCompanyWith ● [CompanyWhereInput!] list input

Member Of

appInvoices query ● AppInvoiceWhereInput input ● CompanyWhereInput input