graphql.github.io icon indicating copy to clipboard operation
graphql.github.io copied to clipboard

Write more FAQ answers based on feedback

Open carolstran opened this issue 4 years ago β€’ 3 comments

The following questions are some ideas of what questions could be added to the FAQ page based on feedback we've received on the page so far.

πŸ™‹πŸΌ If anyone wants to take one (or more), please comment in this issue and then follow the contributing guidelines to open your pull request πŸš€

Here are the new questions added (sorted by section):

Getting Started

  • [ ] Can I use GraphQL to make graphs or charts?
  • [ ] What are the downsides of GraphQL?

General

  • [ ] Does GraphQL only work with graph-like structures or data sources that are graph-based?

Best Practices

  • [ ] Does GraphQL introduce a single point of failure?
  • [ ] How can I make part of my GraphQL API private?
  • [ ] How can I do error handling?
  • [ ] Schema-first or code-first?

Specification

  • [ ] Why doesn’t GraphQL have a wildcard field?
  • [ ] What is the N+1 problem I keep hearing about?

carolstran avatar Feb 15 '21 15:02 carolstran

Hello there @carolstran, I'd like to work on this feature so can you assign this to me?

And one more thing do I have to post all the questions and their respective answers here down below for reviewing before sending a PR?

Itsaadarsh avatar Feb 20 '21 09:02 Itsaadarsh

Hey @Itsaadarsh, thanks for being interested in adding to the FAQ πŸš€ Would you like to work on all of the questions in this issue or would you prefer to start with one initially? Either way, you don't have to post them here first - you can open the PR and then it'll be reviewed by the team 😊

carolstran avatar Feb 22 '21 09:02 carolstran

Hey @carolstran, I'll start working on all the above-mentioned FAQs, if I'm not sure about some of them I'll skip them and also let you know about the skipped once, is that fine?

Itsaadarsh avatar Feb 22 '21 19:02 Itsaadarsh