Links

List templates and attributes in those templates

query {
templateList {
totalCount
pageInfo {
hasNextPage
endCursor
}
edges {
node {
code
attributeList {
edges {
node {
code
}
}
}
}
}
}
}