"Why is this field null? Is it because I don't have permission to view it, or is there actually no data there?"

Authorization boundaries can be useful when a client is querying for data that may not be available to them:https://glitch.com/edit/#!/example-auth-boundary …
-
-
Show this thread
-
"Why did my mutation throw an error? Was there only one thing wrong? How do I show the user what went wrong?"

Mutation responses, similarly to authorization boundaries, give you exactly what you need to know at a glance to debug mutation errors:https://glitch.com/edit/#!/mutation-responses?path=server.js:1:0 …Show this thread -
"How can I split up my Apollo Server code to minimize refactors later on when my project is much larger, or when more people are working on it?"

You can split up types and resolvers to be as granular as necessary, and them combine them at runtime:https://glitch.com/edit/#!/large-apollo-server-boilerplate?path=Readme.md:1:0 …Show this 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 -
-
-
How to implement something schemaless? Say a translation provider. In rest implementation, I send keys and get value. It's not practical to add all keys in schema. This will need a code change with every new entry in database.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
Bonjour there is your unroll: Thread by
@JakeDawkins: "If you're curious about some of the questions I get regarding GraphQL, and how I answer them, look no further! Using @gl […]"#GraphQL https://threadreaderapp.com/thread/1014959718819868677.html … Talk to you soon.
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.

If you're curious about some of the questions I get regarding