GiftAuditLogWhereInput
GiftAuditLogWhereInput is used for filtering GiftAuditLog objects. Input was generated by ent.
input GiftAuditLogWhereInput {
not: GiftAuditLogWhereInput
and: [GiftAuditLogWhereInput!]
or: [GiftAuditLogWhereInput!]
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
giftID: ID
giftIDNEQ: ID
giftIDIn: [ID!]
giftIDNotIn: [ID!]
userID: String
userIDNEQ: String
userIDIn: [String!]
userIDNotIn: [String!]
userIDGT: String
userIDGTE: String
userIDLT: String
userIDLTE: String
userIDContains: String
userIDHasPrefix: String
userIDHasSuffix: String
userIDEqualFold: String
userIDContainsFold: String
changeType: GiftAuditLogChangeType
changeTypeNEQ: GiftAuditLogChangeType
changeTypeIn: [GiftAuditLogChangeType!]
changeTypeNotIn: [GiftAuditLogChangeType!]
changedField: String
changedFieldNEQ: String
changedFieldIn: [String!]
changedFieldNotIn: [String!]
changedFieldGT: String
changedFieldGTE: String
changedFieldLT: String
changedFieldLTE: String
changedFieldContains: String
changedFieldHasPrefix: String
changedFieldHasSuffix: String
changedFieldIsNil: Boolean
changedFieldNotNil: Boolean
changedFieldEqualFold: String
changedFieldContainsFold: String
oldValue: String
oldValueNEQ: String
oldValueIn: [String!]
oldValueNotIn: [String!]
oldValueGT: String
oldValueGTE: String
oldValueLT: String
oldValueLTE: String
oldValueContains: String
oldValueHasPrefix: String
oldValueHasSuffix: String
oldValueIsNil: Boolean
oldValueNotNil: Boolean
oldValueEqualFold: String
oldValueContainsFold: String
newValue: String
newValueNEQ: String
newValueIn: [String!]
newValueNotIn: [String!]
newValueGT: String
newValueGTE: String
newValueLT: String
newValueLTE: String
newValueContains: String
newValueHasPrefix: String
newValueHasSuffix: String
newValueIsNil: Boolean
newValueNotNil: Boolean
newValueEqualFold: String
newValueContainsFold: String
changeReason: String
changeReasonNEQ: String
changeReasonIn: [String!]
changeReasonNotIn: [String!]
changeReasonGT: String
changeReasonGTE: String
changeReasonLT: String
changeReasonLTE: String
changeReasonContains: String
changeReasonHasPrefix: String
changeReasonHasSuffix: String
changeReasonIsNil: Boolean
changeReasonNotNil: Boolean
changeReasonEqualFold: String
changeReasonContainsFold: String
hasGift: Boolean
hasGiftWith: [GiftWhereInput!]
}
Fields
GiftAuditLogWhereInput.not ● GiftAuditLogWhereInput input
GiftAuditLogWhereInput.and ● [GiftAuditLogWhereInput!] list input
GiftAuditLogWhereInput.or ● [GiftAuditLogWhereInput!] list input
GiftAuditLogWhereInput.id ● ID scalar
id field predicates
GiftAuditLogWhereInput.idNEQ ● ID scalar
GiftAuditLogWhereInput.idIn ● [ID!] list scalar
GiftAuditLogWhereInput.idNotIn ● [ID!] list scalar
GiftAuditLogWhereInput.idGT ● ID scalar
GiftAuditLogWhereInput.idGTE ● ID scalar
GiftAuditLogWhereInput.idLT ● ID scalar
GiftAuditLogWhereInput.idLTE ● ID scalar
GiftAuditLogWhereInput.createdAt ● Time scalar
created_at field predicates
GiftAuditLogWhereInput.createdAtNEQ ● Time scalar
GiftAuditLogWhereInput.createdAtIn ● [Time!] list scalar
GiftAuditLogWhereInput.createdAtNotIn ● [Time!] list scalar
GiftAuditLogWhereInput.createdAtGT ● Time scalar
GiftAuditLogWhereInput.createdAtGTE ● Time scalar
GiftAuditLogWhereInput.createdAtLT ● Time scalar
GiftAuditLogWhereInput.createdAtLTE ● Time scalar
GiftAuditLogWhereInput.updatedAt ● Time scalar
updated_at field predicates
GiftAuditLogWhereInput.updatedAtNEQ ● Time scalar
GiftAuditLogWhereInput.updatedAtIn ● [Time!] list scalar
GiftAuditLogWhereInput.updatedAtNotIn ● [Time!] list scalar
GiftAuditLogWhereInput.updatedAtGT ● Time scalar
GiftAuditLogWhereInput.updatedAtGTE ● Time scalar
GiftAuditLogWhereInput.updatedAtLT ● Time scalar
GiftAuditLogWhereInput.updatedAtLTE ● Time scalar
GiftAuditLogWhereInput.companyID ● String scalar
company_id field predicates
GiftAuditLogWhereInput.companyIDNEQ ● String scalar
GiftAuditLogWhereInput.companyIDIn ● [String!] list scalar
GiftAuditLogWhereInput.companyIDNotIn ● [String!] list scalar
GiftAuditLogWhereInput.companyIDGT ● String scalar
GiftAuditLogWhereInput.companyIDGTE ● String scalar
GiftAuditLogWhereInput.companyIDLT ● String scalar
GiftAuditLogWhereInput.companyIDLTE ● String scalar
GiftAuditLogWhereInput.companyIDContains ● String scalar
GiftAuditLogWhereInput.companyIDHasPrefix ● String scalar
GiftAuditLogWhereInput.companyIDHasSuffix ● String scalar
GiftAuditLogWhereInput.companyIDEqualFold ● String scalar
GiftAuditLogWhereInput.companyIDContainsFold ● String scalar
GiftAuditLogWhereInput.giftID ● ID scalar
gift_id field predicates
GiftAuditLogWhereInput.giftIDNEQ ● ID scalar
GiftAuditLogWhereInput.giftIDIn ● [ID!] list scalar
GiftAuditLogWhereInput.giftIDNotIn ● [ID!] list scalar
GiftAuditLogWhereInput.userID ● String scalar
user_id field predicates
GiftAuditLogWhereInput.userIDNEQ ● String scalar
GiftAuditLogWhereInput.userIDIn ● [String!] list scalar
GiftAuditLogWhereInput.userIDNotIn ● [String!] list scalar
GiftAuditLogWhereInput.userIDGT ● String scalar
GiftAuditLogWhereInput.userIDGTE ● String scalar
GiftAuditLogWhereInput.userIDLT ● String scalar
GiftAuditLogWhereInput.userIDLTE ● String scalar
GiftAuditLogWhereInput.userIDContains ● String scalar
GiftAuditLogWhereInput.userIDHasPrefix ● String scalar
GiftAuditLogWhereInput.userIDHasSuffix ● String scalar
GiftAuditLogWhereInput.userIDEqualFold ● String scalar
GiftAuditLogWhereInput.userIDContainsFold ● String scalar
GiftAuditLogWhereInput.changeType ● GiftAuditLogChangeType enum
change_type field predicates
GiftAuditLogWhereInput.changeTypeNEQ ● GiftAuditLogChangeType enum
GiftAuditLogWhereInput.changeTypeIn ● [GiftAuditLogChangeType!] list enum
GiftAuditLogWhereInput.changeTypeNotIn ● [GiftAuditLogChangeType!] list enum
GiftAuditLogWhereInput.changedField ● String scalar
changed_field field predicates
GiftAuditLogWhereInput.changedFieldNEQ ● String scalar
GiftAuditLogWhereInput.changedFieldIn ● [String!] list scalar
GiftAuditLogWhereInput.changedFieldNotIn ● [String!] list scalar
GiftAuditLogWhereInput.changedFieldGT ● String scalar
GiftAuditLogWhereInput.changedFieldGTE ● String scalar
GiftAuditLogWhereInput.changedFieldLT ● String scalar
GiftAuditLogWhereInput.changedFieldLTE ● String scalar
GiftAuditLogWhereInput.changedFieldContains ● String scalar
GiftAuditLogWhereInput.changedFieldHasPrefix ● String scalar
GiftAuditLogWhereInput.changedFieldHasSuffix ● String scalar
GiftAuditLogWhereInput.changedFieldIsNil ● Boolean scalar
GiftAuditLogWhereInput.changedFieldNotNil ● Boolean scalar
GiftAuditLogWhereInput.changedFieldEqualFold ● String scalar
GiftAuditLogWhereInput.changedFieldContainsFold ● String scalar
GiftAuditLogWhereInput.oldValue ● String scalar
old_value field predicates
GiftAuditLogWhereInput.oldValueNEQ ● String scalar
GiftAuditLogWhereInput.oldValueIn ● [String!] list scalar
GiftAuditLogWhereInput.oldValueNotIn ● [String!] list scalar
GiftAuditLogWhereInput.oldValueGT ● String scalar
GiftAuditLogWhereInput.oldValueGTE ● String scalar
GiftAuditLogWhereInput.oldValueLT ● String scalar
GiftAuditLogWhereInput.oldValueLTE ● String scalar
GiftAuditLogWhereInput.oldValueContains ● String scalar
GiftAuditLogWhereInput.oldValueHasPrefix ● String scalar
GiftAuditLogWhereInput.oldValueHasSuffix ● String scalar
GiftAuditLogWhereInput.oldValueIsNil ● Boolean scalar
GiftAuditLogWhereInput.oldValueNotNil ● Boolean scalar
GiftAuditLogWhereInput.oldValueEqualFold ● String scalar
GiftAuditLogWhereInput.oldValueContainsFold ● String scalar
GiftAuditLogWhereInput.newValue ● String scalar
new_value field predicates
GiftAuditLogWhereInput.newValueNEQ ● String scalar
GiftAuditLogWhereInput.newValueIn ● [String!] list scalar
GiftAuditLogWhereInput.newValueNotIn ● [String!] list scalar
GiftAuditLogWhereInput.newValueGT ● String scalar
GiftAuditLogWhereInput.newValueGTE ● String scalar
GiftAuditLogWhereInput.newValueLT ● String scalar
GiftAuditLogWhereInput.newValueLTE ● String scalar
GiftAuditLogWhereInput.newValueContains ● String scalar
GiftAuditLogWhereInput.newValueHasPrefix ● String scalar
GiftAuditLogWhereInput.newValueHasSuffix ● String scalar
GiftAuditLogWhereInput.newValueIsNil ● Boolean scalar
GiftAuditLogWhereInput.newValueNotNil ● Boolean scalar
GiftAuditLogWhereInput.newValueEqualFold ● String scalar
GiftAuditLogWhereInput.newValueContainsFold ● String scalar
GiftAuditLogWhereInput.changeReason ● String scalar
change_reason field predicates
GiftAuditLogWhereInput.changeReasonNEQ ● String scalar
GiftAuditLogWhereInput.changeReasonIn ● [String!] list scalar
GiftAuditLogWhereInput.changeReasonNotIn ● [String!] list scalar
GiftAuditLogWhereInput.changeReasonGT ● String scalar
GiftAuditLogWhereInput.changeReasonGTE ● String scalar
GiftAuditLogWhereInput.changeReasonLT ● String scalar
GiftAuditLogWhereInput.changeReasonLTE ● String scalar
GiftAuditLogWhereInput.changeReasonContains ● String scalar
GiftAuditLogWhereInput.changeReasonHasPrefix ● String scalar
GiftAuditLogWhereInput.changeReasonHasSuffix ● String scalar
GiftAuditLogWhereInput.changeReasonIsNil ● Boolean scalar
GiftAuditLogWhereInput.changeReasonNotNil ● Boolean scalar
GiftAuditLogWhereInput.changeReasonEqualFold ● String scalar
GiftAuditLogWhereInput.changeReasonContainsFold ● String scalar
GiftAuditLogWhereInput.hasGift ● Boolean scalar
gift edge predicates
GiftAuditLogWhereInput.hasGiftWith ● [GiftWhereInput!] list input
Member Of
GiftAuditLogWhereInput input ● GiftWhereInput input