Every graphQL query starts from a root node. To see all the available root node you can use, see the Shopify documentation.
Query root
You can query as many root nodes as you want. For example, the following query requests the shop object, a few fields, and the customers connection in a single request.