Skip to main content

UpdateSectionPickListItemInput

All input for the updateSectionPickListItem mutation.

input UpdateSectionPickListItemInput {
clientMutationId: String
patch: SectionPickListItemPatch!
id: String!
}

Fields

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

UpdateSectionPickListItemInput.patch ● SectionPickListItemPatch! non-null input

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

UpdateSectionPickListItemInput.id ● String! non-null scalar

Member Of

updateSectionPickListItem mutation