CreateContentTypeInput
Autogenerated input type of CreateContentType
input CreateContentTypeInput {
clientMutationId: String
params: ContentTypeCreateInput!
}
Fields
CreateContentTypeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateContentTypeInput.params ● ContentTypeCreateInput! non-null input
ContentType create params
Member Of
createContentType mutation