Skip to main content

CreateSectionPickListItemInput

All input for the create SectionPickListItem mutation.

input CreateSectionPickListItemInput {
clientMutationId: String
sectionPickListItem: SectionPickListItemInput!
}

Fields

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

CreateSectionPickListItemInput.sectionPickListItem ● SectionPickListItemInput! non-null input

The SectionPickListItem to be created by this mutation.

Member Of

createSectionPickListItem mutation