pdfDesignUpdate Mutation
Updates an existing PDF design.
Input Argument
pdfDesignUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
category (
PdfDesignCategory
)
Category of the design.
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
css (
String
)
CSS of the design.
disabled (
Boolean
)
Whether the design is to be used.
html (
String
)
HTML of the design.
id (
ID!
)
The node ID of the record to update.
name (
String
)
Name of the design.
Return Fields
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!]
)
Errors encountered during the mutation.
pdfDesign (
PdfDesign
)
Record after mutation.