CreateSectionPickListItemPayload
The output of our create SectionPickListItem mutation.
type CreateSectionPickListItemPayload {
clientMutationId: String
sectionPickListItem: SectionPickListItem
query: Query
workspace: Workspace
section: Section
sectionPickListItemEdge(
orderBy: [SectionPickListItemsOrderBy!] = [PRIMARY_KEY_ASC]
): SectionPickListItemsEdge
}
Fields
CreateSectionPickListItemPayload.clientMutationId ● String scalar
The exact same clientMutationId that was provided in the mutation input,
unchanged and unused. May be used by a client to track mutations.
CreateSectionPickListItemPayload.sectionPickListItem ● SectionPickListItem object
The SectionPickListItem that was created by this mutation.
CreateSectionPickListItemPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
CreateSectionPickListItemPayload.workspace ● Workspace object
Reads a single Workspace that is related to this SectionPickListItem.
CreateSectionPickListItemPayload.section ● Section object
Reads a single Section that is related to this SectionPickListItem.
CreateSectionPickListItemPayload.sectionPickListItemEdge ● SectionPickListItemsEdge object
An edge for our SectionPickListItem. May be used by Relay 1.
CreateSectionPickListItemPayload.sectionPickListItemEdge.orderBy ● [SectionPickListItemsOrderBy!] list enum
The method to use when ordering SectionPickListItem.
Returned By
createSectionPickListItem mutation