INPUT_OBJECT
DocumentCommentSeenCondition
A condition to be used against DocumentCommentSeen object types. All fields
are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentCommentSeenCondition {
- # Checks for equality with the object’s `documentCommentRowId` field.
- : UUID
- # Checks for equality with the object’s `seenBy` field.
- : UUID
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }