TaskRecordWhereInput
TaskRecordWhereInput is used for filtering TaskRecord objects. Input was generated by ent.
input TaskRecordWhereInput {
not: TaskRecordWhereInput
and: [TaskRecordWhereInput!]
or: [TaskRecordWhereInput!]
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
recordID: ID
recordIDNEQ: ID
recordIDIn: [ID!]
recordIDNotIn: [ID!]
taskID: ID
taskIDNEQ: ID
taskIDIn: [ID!]
taskIDNotIn: [ID!]
hasTask: Boolean
hasTaskWith: [TaskWhereInput!]
hasRecord: Boolean
hasRecordWith: [RecordWhereInput!]
}
Fields
TaskRecordWhereInput.not ● TaskRecordWhereInput input
TaskRecordWhereInput.and ● [TaskRecordWhereInput!] list input
TaskRecordWhereInput.or ● [TaskRecordWhereInput!] list input
TaskRecordWhereInput.id ● ID scalar
id field predicates
TaskRecordWhereInput.idNEQ ● ID scalar
TaskRecordWhereInput.idIn ● [ID!] list scalar
TaskRecordWhereInput.idNotIn ● [ID!] list scalar
TaskRecordWhereInput.idGT ● ID scalar
TaskRecordWhereInput.idGTE ● ID scalar
TaskRecordWhereInput.idLT ● ID scalar
TaskRecordWhereInput.idLTE ● ID scalar
TaskRecordWhereInput.createdAt ● Time scalar
created_at field predicates
TaskRecordWhereInput.createdAtNEQ ● Time scalar
TaskRecordWhereInput.createdAtIn ● [Time!] list scalar
TaskRecordWhereInput.createdAtNotIn ● [Time!] list scalar
TaskRecordWhereInput.createdAtGT ● Time scalar
TaskRecordWhereInput.createdAtGTE ● Time scalar
TaskRecordWhereInput.createdAtLT ● Time scalar
TaskRecordWhereInput.createdAtLTE ● Time scalar
TaskRecordWhereInput.updatedAt ● Time scalar
updated_at field predicates
TaskRecordWhereInput.updatedAtNEQ ● Time scalar
TaskRecordWhereInput.updatedAtIn ● [Time!] list scalar
TaskRecordWhereInput.updatedAtNotIn ● [Time!] list scalar
TaskRecordWhereInput.updatedAtGT ● Time scalar
TaskRecordWhereInput.updatedAtGTE ● Time scalar
TaskRecordWhereInput.updatedAtLT ● Time scalar
TaskRecordWhereInput.updatedAtLTE ● Time scalar
TaskRecordWhereInput.recordID ● ID scalar
record_id field predicates
TaskRecordWhereInput.recordIDNEQ ● ID scalar
TaskRecordWhereInput.recordIDIn ● [ID!] list scalar
TaskRecordWhereInput.recordIDNotIn ● [ID!] list scalar
TaskRecordWhereInput.taskID ● ID scalar
task_id field predicates
TaskRecordWhereInput.taskIDNEQ ● ID scalar
TaskRecordWhereInput.taskIDIn ● [ID!] list scalar
TaskRecordWhereInput.taskIDNotIn ● [ID!] list scalar
TaskRecordWhereInput.hasTask ● Boolean scalar
task edge predicates
TaskRecordWhereInput.hasTaskWith ● [TaskWhereInput!] list input
TaskRecordWhereInput.hasRecord ● Boolean scalar
record edge predicates
TaskRecordWhereInput.hasRecordWith ● [RecordWhereInput!] list input
Member Of
RecordWhereInput input ● TaskRecordWhereInput input ● TaskWhereInput input