INPUT_OBJECT
Autogenerated input type of AddComment
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!}