Skip to content

UpdateBodyInput

Input for the updateBody mutation

graphql
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

Released under the MIT License.