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