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