In Construction Module (Backend)
by Leszek Zalewski
Setup with `graphql-ruby` which is used by Shopify
Easy introduction into existing legacy application
Integration with GraphiQL for easier local evaluation
Authentication done with OAuth2 tokens
Removes the burden of query language definition for selecting and retrieving fields
Queries are always explicit, so by fetching data that's needed we reduce used bandwidth between server and client as well as optimize database queries
Helps to document and establish API contract between Server and Clients.
Using Postman we specify different arguments combination which we can run against automated tests.