UpdateSectionPickListItemByNodeIdInput
All input for the updateSectionPickListItemByNodeId mutation.
input UpdateSectionPickListItemByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: SectionPickListItemPatch!
}
Fields
UpdateSectionPickListItemByNodeIdInput.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.
UpdateSectionPickListItemByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single SectionPickListItem to be updated.
UpdateSectionPickListItemByNodeIdInput.patch ● SectionPickListItemPatch! non-null input
An object where the defined keys will be set on the SectionPickListItem being updated.
Member Of
updateSectionPickListItemByNodeId mutation