Schema Documentation

createPaColor

Description

The createPaColor mutation

Response

Returns a CreatePaColorPayload

Arguments
NameDescription
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}}}