pdfDesignCreate Mutation
Creates a new PDF design.
Input Argument
pdfDesignCreate 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.
description (
String
)
Description of the design.
descriptionAttachments (
[AttachmentInput!]
)
Files and inline images linked to the description field.
disabled (
Boolean
)
Whether the design is to be used.
html (
String
)
HTML of the design.
name (
String!
)
Name of the design.
source (
String
)
An identifier for the client application submitting the resource or the name of an external system.
sourceID (
String
)
The unique identifier of the resource in an external system.
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.