-
Hi I have been recommending graphql-tools as way to start but the documentation doesn't provide getting started experience. It should actually show how to use it with express-graphql (code snippets are not finished). Example app will be good as well. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
Hey, thanks for this comment -- we definitely want to make the "Getting Started..." experience as easy as possible. Where do you think people are getting stuck? Right now, each package basically has a section within the online documentation describing what it does. For example As another example, More broadly, do you think that there needs to be a full example of how to organize a schema and resolvers? |
Beta Was this translation helpful? Give feedback.
-
I personally did not stuck. But example in readme is not finished. it needs express middleware exposed to be functional |
Beta Was this translation helpful? Give feedback.
-
We both know about it but having express example will allow me to recommend GraphQL tools for beginners. Now I need to say - hey you use GraphQL tools and then get some extra package and do X. But then they ask why I should use this tool and not GraphQL express example. There is little to be done for huge impact. I know the answers for this - we do not need to discuss what can be done - tick is that not everyone who opens this repo know GraphQL so well and repo is just failing to tell people what is the value by having begginer introduction |
Beta Was this translation helpful? Give feedback.
-
I usually tend to ignore it but this happened to me many times. Even dropping some sample example people can use to replicate issues and getting started wil be cool |
Beta Was this translation helpful? Give feedback.
-
Yep. Normally I would PR first but wasn't sure if this will be readme.md in repo or better to have example folder in repo and mention in in readme |
Beta Was this translation helpful? Give feedback.
-
I think PR to readme with minimal example would be fabulous. Would also be great to start examples folder with more examples |
Beta Was this translation helpful? Give feedback.
-
We have an example here but we can promote it maybe? |
Beta Was this translation helpful? Give feedback.
I think PR to readme with minimal example would be fabulous.
Would also be great to start examples folder with more examples