Skip to main content

NoteAssociationWhereInput

NoteAssociationWhereInput is used for filtering NoteAssociation objects. Input was generated by ent.

input NoteAssociationWhereInput {
not: NoteAssociationWhereInput
and: [NoteAssociationWhereInput!]
or: [NoteAssociationWhereInput!]
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
noteID: ID
noteIDNEQ: ID
noteIDIn: [ID!]
noteIDNotIn: [ID!]
recordID: ID
recordIDNEQ: ID
recordIDIn: [ID!]
recordIDNotIn: [ID!]
hasNote: Boolean
hasNoteWith: [NoteWhereInput!]
hasRecord: Boolean
hasRecordWith: [RecordWhereInput!]
}

Fields

NoteAssociationWhereInput.not ● NoteAssociationWhereInput input

NoteAssociationWhereInput.and ● [NoteAssociationWhereInput!] list input

NoteAssociationWhereInput.or ● [NoteAssociationWhereInput!] list input

NoteAssociationWhereInput.id ● ID scalar

id field predicates

NoteAssociationWhereInput.idNEQ ● ID scalar

NoteAssociationWhereInput.idIn ● [ID!] list scalar

NoteAssociationWhereInput.idNotIn ● [ID!] list scalar

NoteAssociationWhereInput.idGT ● ID scalar

NoteAssociationWhereInput.idGTE ● ID scalar

NoteAssociationWhereInput.idLT ● ID scalar

NoteAssociationWhereInput.idLTE ● ID scalar

NoteAssociationWhereInput.createdAt ● Time scalar

created_at field predicates

NoteAssociationWhereInput.createdAtNEQ ● Time scalar

NoteAssociationWhereInput.createdAtIn ● [Time!] list scalar

NoteAssociationWhereInput.createdAtNotIn ● [Time!] list scalar

NoteAssociationWhereInput.createdAtGT ● Time scalar

NoteAssociationWhereInput.createdAtGTE ● Time scalar

NoteAssociationWhereInput.createdAtLT ● Time scalar

NoteAssociationWhereInput.createdAtLTE ● Time scalar

NoteAssociationWhereInput.updatedAt ● Time scalar

updated_at field predicates

NoteAssociationWhereInput.updatedAtNEQ ● Time scalar

NoteAssociationWhereInput.updatedAtIn ● [Time!] list scalar

NoteAssociationWhereInput.updatedAtNotIn ● [Time!] list scalar

NoteAssociationWhereInput.updatedAtGT ● Time scalar

NoteAssociationWhereInput.updatedAtGTE ● Time scalar

NoteAssociationWhereInput.updatedAtLT ● Time scalar

NoteAssociationWhereInput.updatedAtLTE ● Time scalar

NoteAssociationWhereInput.noteID ● ID scalar

note_id field predicates

NoteAssociationWhereInput.noteIDNEQ ● ID scalar

NoteAssociationWhereInput.noteIDIn ● [ID!] list scalar

NoteAssociationWhereInput.noteIDNotIn ● [ID!] list scalar

NoteAssociationWhereInput.recordID ● ID scalar

record_id field predicates

NoteAssociationWhereInput.recordIDNEQ ● ID scalar

NoteAssociationWhereInput.recordIDIn ● [ID!] list scalar

NoteAssociationWhereInput.recordIDNotIn ● [ID!] list scalar

NoteAssociationWhereInput.hasNote ● Boolean scalar

note edge predicates

NoteAssociationWhereInput.hasNoteWith ● [NoteWhereInput!] list input

NoteAssociationWhereInput.hasRecord ● Boolean scalar

record edge predicates

NoteAssociationWhereInput.hasRecordWith ● [RecordWhereInput!] list input

Member Of

NoteAssociationWhereInput input ● NoteWhereInput input ● RecordWhereInput input