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