Skip to main content

UpdateContentTypePayload

Autogenerated return type of UpdateContentType.

type UpdateContentTypePayload {
clientMutationId: String
data: ContentType
errors: [Error!]!
}

Fields

UpdateContentTypePayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateContentTypePayload.data ● ContentType object

Content type

UpdateContentTypePayload.errors ● [Error!]! non-null object

List of errors

Returned By

updateContentType mutation