INPUT_OBJECT

AddCommentInput

Autogenerated input type of AddComment

link GraphQL Schema definition

  • input AddCommentInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the subject to modify.
  • subjectId: ID!
  • # The contents of the comment.
  • body: String!
  • }