List of templates with attributes
query {
templateList {
totalCount
edges {
node {
code
attributeList {
edges {
node {
scope
code
name {
value
language
}
}
}
}
}
}
}
}