Hidden gems of GraphQL query
Slides - https://drive.google.com/open?id=14fIhzqdDjxJilIaR-wy5Q8UP90XWq38VCJV61SnL7_g
We all love GraphQL query syntax because it’s simple and easy to learn. At the same time, it has a few useful features that are typically overlooked. If you think that you already know everything about GraphQL queries this talk is for you. Warning: this talk will contain spoilers from GraphQL Specification. I will talk about:
- Implicit conversion of arguments
- Default values for query arguments
- Using block …