Skip to main content

CreateDocumentTemplateFillablePdf

Stable

Signature

mutation {
CreateDocumentTemplateFillablePdf(name: ..., type: ...)
}

Retourne : DocumentTemplateFillablePdf

Arguments

NomTypeRequisDéfautDescription
nameString!
typeDocumentType!

Exemple

mutation {
CreateDocumentTemplateFillablePdf(
name: $name
type: $type
) {
# Sélectionner les champs souhaités
}
}