Schema Documentation
updatePaSize
Description
The updatePaSize mutation
Response
Returns an UpdatePaSizePayload
Arguments
| Name | Description |
|---|---|
input - UpdatePaSizeInput! | Input for the updatePaSize mutation |
Example
Query
mutation updatePaSize($input: UpdatePaSizeInput!){ updatePaSize(input: $input){ clientMutationIdpaSize { ...PaSizeFragment } }}Variables
{"input":UpdatePaSizeInput}Response
{"data":{"updatePaSize":{"clientMutationId":"xyz789","paSize":PaSize}}}