UpdateContentTypeInput
Autogenerated input type of UpdateContentType
input UpdateContentTypeInput {
clientMutationId: String
params: ContentTypeUpdateInput!
}
Fields
UpdateContentTypeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateContentTypeInput.params ● ContentTypeUpdateInput! non-null input
Content type update params
Member Of
updateContentType mutation