Developer Advocate
Web / Mobile / VR / AR / IoT
GDE, author, consultant
A query language for your API
Description of resource is coupled to implementation
Overfetching
Underfetching
chaining requests to server to get needed data
Avoid over-fetching
Prevent multipe API calls
Lesser communication with API developers
Self-documenting
open source and free engine that gives you auto-generates real-time GraphQL API on top of new or existing Postgres database
Go to hasura.io
Click on Get started with Heroku
Click on
Enter your app name
stitch your custom GraphQL server schema
@VladimirNovick