Potential of GraphQL Directives
Slides - https://drive.google.com/open?id=1wvEBs94It3GeuBk24EbV0qa8QL9YlNf_
GraphQL is good interface to build modern API’s. Some of its features like directives, introspection enable us to build tools that solve common network problems in apps. In this talk, I will take a deep dive into GraphQL directives and explain how to abstract common patterns into custom directives. This talk is broadly divided into 2 parts -
- How to use schema directives to solve problems on server
- How to use query …