Vilva Athiban P B
@vilvaathibanpb
Product ride tried helping people at times of Corona by building a free product
The stack: Apollo/React + Hasura
Power of Hasura: Query data based on field values directly from the Client
Problem: Readability and Elegance of the query
A Hasura specific wrapper over 'graphql-tag'
Provides a shorthand and elegant way to query or sort data based on field values
Access and modifies ASTs to customize queries
hql-cli:
A hql-tag powered GraphiQL playground to test hql-tag compatible queries
hql-tag - https://github.com/product-ride/hql-tag
hql-cli - https://github.com/product-ride/hql-cli
Code Sandbox -
https://codesandbox.io/s/hardcore-tdd-d9o1s
Though hql-tag is Hasura specific,
@vilvaathibanpb