CreatePostCommentInput
No description
input CreatePostCommentInput {
postId: UUID!
text: String!
}
Fields
CreatePostCommentInput.postId
● UUID!
non-null scalar
CreatePostCommentInput.text
● String!
non-null scalar
Member of
updatePostComment
mutation