Skip to content

Instantly share code, notes, and snippets.

View pramodhm112's full-sized avatar
🐢
Focusing 🎯

Pramodh M pramodhm112

🐢
Focusing 🎯
View GitHub Profile
# 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!