Using Aliases While Querying
For situations where you need to query the same field but with different arguments, you can use aliases. Using aliases will also make the response much more readable.
In order to perform these operations, ensure that you have the proper authentication (if necessary) and user permissions.
Fetching Items
The following query utilizes aliases to query the catalogue multiple times and with different arguments. Without aliases, you cannot query the catalogue multiple times within the same query.
Fetching snippet...