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