
If you're curious about some of the questions I get regarding #GraphQL, and how I answer them, look no further! Using @glitch, I've been able build quite a few example schemas using Apollo Server 2.0.
Here are a few of my favorites [thread]:
-
-
"I want to see a DataSource in action. How can I play around with one, before trying to integrate it into my project?"

Say no more:https://glitch.com/edit/#!/example-datasource?path=server.js:1:0 …Show this thread -
"I just want to experiment with
#GraphQL. I don't have anything up and running currently. How can I do that?"
Remix this project (from @jbaxleyiii and@evanshauser) and get to work:https://glitch.com/edit/#!/apollo-launchpad?path=server.js:1:0 …Show this thread -

And that's not all! You can check out my profile on @glitch for more: https://glitch.com/@JakeDawkins
Am I missing anything important? Any examples you'd like to see that are missing?Show this thread
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.

Authorization boundaries can be useful when a client is querying for data that may not be available to them:
Mutation responses, similarly to authorization boundaries, give you exactly what you need to know at a glance to debug mutation errors:
You can split up types and resolvers to be as granular as necessary, and them combine them at runtime: