In this example, we will query for a shop, its shop levels, and order messages by the shop slug. In this case, we've chosen the Summit of Time Compendium as the shop.
Example
- Request
- Response
query Shop ($slug: String) {shop (slug: $slug) {idnameslugmessages(query: {page:1perPage:5}) {nodes {totalmessagegamertagname}}levels(query: {page:1perPage:5}) {nodes {namegoalAmountcurrAmountdescription}}}}{"slug": "shop/compendium-47"}