Skip to content

UpdateBodyPayload

No description

graphql
type UpdateBodyPayload {
  body: Body!
}

Fields

UpdateBodyPayload.body ● Body! non-null object

The updated Body

Returned By

updateBody mutation

Released under the MIT License.