UpdateBodyInput
Input for the updateBody mutation
input UpdateBodyInput {
body: String
id: ID!
}
Fields
UpdateBodyInput.body
● String
scalar
The body of the Comment
UpdateBodyInput.id
● ID!
non-null scalar
The id of the node to update
Member of
updateBody
mutation