CreateDocumentTemplateFillablePdf
Signature
mutation {
CreateDocumentTemplateFillablePdf(name: ..., type: ...)
}
Retourne : DocumentTemplateFillablePdf
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
name | String! | ✓ | — | — |
type | DocumentType! | ✓ | — | — |
Exemple
mutation {
CreateDocumentTemplateFillablePdf(
name: $name
type: $type
) {
# Sélectionner les champs souhaités
}
}