ReorderContentTypesInput
Autogenerated input type of ReorderContentTypes
input ReorderContentTypesInput {
clientMutationId: String
contentTypeIds: [ID!]!
}
Fields
ReorderContentTypesInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ReorderContentTypesInput.contentTypeIds ● [ID!]! non-null scalar
Content type ids
Member Of
reorderContentTypes mutation