DeleteContentTypePayload
Autogenerated return type of DeleteContentType.
type DeleteContentTypePayload {
clientMutationId: String
data: ContentType
errors: [Error!]!
}
Fields
DeleteContentTypePayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteContentTypePayload.data ● ContentType object
DeleteContentTypePayload.errors ● [Error!]! non-null object
List of errors
Returned By
deleteContentType mutation