Schema Documentation
updatePaColor
Description
The updatePaColor mutation
Response
Returns an UpdatePaColorPayload
Arguments
Name | Description |
---|---|
input - UpdatePaColorInput! | Input for the updatePaColor mutation |
Example
Query
mutation updatePaColor($input: UpdatePaColorInput!){ updatePaColor(input: $input){ clientMutationIdpaColor { ...PaColorFragment } }}
Variables
{"input":UpdatePaColorInput}
Response
{"data":{"updatePaColor":{"clientMutationId":"abc123","paColor":PaColor}}}