mutation AddComment($subject_id: ID!, $body: String!) { addComment(input:{subjectId: $subject_id, body: $body}) { commentEdge { node { ...nodeFields ...reactionFields ...commentFields ...updatableFields ...deletableFields } } } }