INPUT_OBJECT
DocumentCommentCondition
A condition to be used against DocumentComment object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input DocumentCommentCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `documentRowId` field.
- : UUID
- # Checks for equality with the object’s `commentedBy` field.
- : UUID
- # Checks for equality with the object’s `message` field.
- : JSON
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }