Getting started with GraphQL

This article originally appeared on my personal dev blog: Byte High, No Limit. GraphQL is an API query and manipulation language. Created by Facebook in 2012, it was open-sourced in 2015. In 2018 it ...
0 Read More

Creating an API style guide

This article originally appeared on my personal dev blog: Byte High, No Limit. I was recently asked for my favorite resources and best practices for writing clear and structured API docs. I've develo...
0 Read More

No one talks about GraphQL anymore!

No one talks about GraphQL anymore!
Let me jump right in, the perfect analogy for describing GraphQL is equivalent to what Typescript is to Javascript. In the REST API, payload and end-points are not typed whereas in GraphQL request and...
0 Read More

✨The Graph notes

✨The Graph notes
The Graph Concepts what data can Subgraphs query: historical events state variable view/pure function The data update mechanism of Subgraphs:Event-based updates (eventHandlers) Block-triggere...
0 Read More