CreateSectionInput
All input for the create Section mutation.
input CreateSectionInput {
clientMutationId: String
section: SectionInput!
}
Fields
CreateSectionInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateSectionInput.section ● SectionInput! non-null input
The Section to be created by this mutation.
Member Of
createSection mutation ● createSectionType mutation