Retrieve a list of available account templates returning the ID to use in other Queries and Mutations as well as a friendly name.

Note: You can also use pagination as part of this query.

query templates {
	templateList {
    id
    name
  }
}