Building a Ruby on Rails API with GraphQL — Writing Queries
GraphQL describes itself as a query language for your API and at its core lies a schema describing the underlying data in the form of a directed graph. GraphQL execution engine - runtime executes queries according to the schema and perhaps some gener...
acushla.hashnode.dev7 min read