upsertSectionByIdInput
All input for the upsertSectionById mutation.
input upsertSectionByIdInput {
clientMutationId: String
section: SectionInput!
patch: SectionPatch!
}
Fields
upsertSectionByIdInput.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.
upsertSectionByIdInput.section ● SectionInput! non-null input
The Section to be created by this mutation.
upsertSectionByIdInput.patch ● SectionPatch! non-null input
An object where the defined keys will be set on the Section being updated.
Member Of
upsertSectionById mutation