Graphql fields and variables for the template query
Last updated 8 months ago
Was this helpful?
Scope required: admin:read
For a complete list of possible response fields see the type.
query template ($id: ID, $code: String, $format: String) { template (id: $id, code: $code, format: $format) { body createdAt id name subject title updatedAt } }
id
ID
code
String
format