Skip to main content

UpdateSectionInput

All input for the updateSection mutation.

input UpdateSectionInput {
clientMutationId: String
patch: SectionPatch!
id: String!
}

Fields

UpdateSectionInput.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.

UpdateSectionInput.patch ● SectionPatch! non-null input

An object where the defined keys will be set on the Section being updated.

UpdateSectionInput.id ● String! non-null scalar

Member Of

updateSection mutation