🔒🔑 Authorization boundaries can be useful when a client is querying for data that may not be available to them:
glitch.com/edit/#!/exampl…
📝💪 Mutation responses, similarly to authorization boundaries, give you exactly what you need to know at a glance to debug mutation errors:
glitch.com/edit/#!/mutati…
🧠🖖 You can split up types and resolvers to be as granular as necessary, and them combine them at runtime:
glitch.com/edit/#!/large-…
⚡️🏆 Say no more:
glitch.com/edit/#!/exampl…
😍👏 Remix this project (from @jbaxleyiii and @evanshauser) and get to work:
glitch.com/edit/#!/apollo…
🙋♀️🤷♂️ Am I missing anything important? Any examples you'd like to see that are missing?