-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference promises for resolve func #321
Conversation
In response to graphql#27 and SO questions. I don't believe there is "official" documentation (besides in issues and tests) of Promise support in the resolve function. Totally willing to be wrong :)
Reference promises for resolve func
Our "official" documentation is pretty poor anyhow, but thanks for helping us move to correct that! |
@leebyron I could help with graphql-js docs. are there specific topics / issues you'd like to document? |
That would be awesome! I'd love any help you're willing to provide. Here's my rough wish-list for improved documentation:
|
Quick philosophical question: where do docs about |
The current reality is that they exist as a sub-section of graphql.org - http://graphql.org/docs/api-reference-graphql/ Philosophically, graphql.org really should be about general GraphQL usage not specific to any one host language. However it should still have ample links out to GraphQL implementations including most importantly this one since it's the reference implementation. I think the appropriate end state is that this repo host a subdir on graphql.org, so |
In response to #27 and SO questions. I don't believe there is "official" documentation (besides in issues and tests) of Promise support in the resolve function. Totally willing to be wrong :)