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.
  • documentCommentRowId: UUID
  • # Checks for equality with the object’s `likedBy` field.
  • likedBy: UUID
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }