Schema Documentation

deletePaColor

Description

The deletePaColor mutation

Response

Returns a DeletePaColorPayload

Arguments
NameDescription
input - DeletePaColorInput! Input for the deletePaColor mutation

Example

Query
mutation deletePaColor($input: DeletePaColorInput!){  deletePaColor(input: $input){    clientMutationIddeletedIdpaColor {      ...PaColorFragment    }  }}
Variables
{"input":DeletePaColorInput}
Response
{"data":{"deletePaColor":{"clientMutationId":"xyz789","deletedId":"4","paColor":PaColor}}}