UpdatePlaybookPayload
The output of our update Playbook mutation.
type UpdatePlaybookPayload {
clientMutationId: String
playbook: Playbook
query: Query
workspace: Workspace
playbookEdge(
orderBy: [PlaybooksOrderBy!] = [PRIMARY_KEY_ASC]
): PlaybooksEdge
}
Fields
UpdatePlaybookPayload.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.
UpdatePlaybookPayload.playbook ● Playbook object
The Playbook that was updated by this mutation.
UpdatePlaybookPayload.query ● Query object
Our root query field type. Allows us to run any query from our mutation payload.
UpdatePlaybookPayload.workspace ● Workspace object
Reads a single Workspace that is related to this Playbook.
UpdatePlaybookPayload.playbookEdge ● PlaybooksEdge object
An edge for our Playbook. May be used by Relay 1.
UpdatePlaybookPayload.playbookEdge.orderBy ● [PlaybooksOrderBy!] list enum
The method to use when ordering Playbook.
Returned By
updatePlaybook mutation ● updatePlaybookByNodeId mutation