Skip to content
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

Add some documentation #27

Closed
manishrjain opened this issue Oct 24, 2015 · 3 comments
Closed

Add some documentation #27

manishrjain opened this issue Oct 24, 2015 · 3 comments

Comments

@manishrjain
Copy link

Hi, I'm planning to use your implementation of GraphQL in Go. I couldn't find any convenient starting points to figure out how to play with this. Can you add some examples in your README? Or, via Golang test usages.

I have a MVP level execution engine ready to serve Graph data. So, if you want to collaborate in some way, that'll be great.

@thanhliem89dn
Copy link

Hi Manishrjain,

You could take a look on my example https://github.com/thanhliem89dn/graphql-go/tree/master/examples/http. I port this from original graphql site http://graphql.org/docs/getting-started/ . So you can look deeper by follow official graphql site
Thanks

@sogko
Copy link
Member

sogko commented Oct 27, 2015

Hi guys

@manishrjain Thanks for taking your time to look into using this package for your project 👍🏻
Right now, this project is still in its infancy, and welcome more contribution from the community.
And documentation still needs a lot of work at the moment.

Like @thanhliem89dn mentioned, his example would be a great starting point (related PR #21)

Other great places to start:

I think moving on we can figure out:

  • what examples we could provide to best grow and serve the community
  • how we make it easier for users to start picking up graphql-go

Hope this helps you @manishrjain
Cheers!

Edit:
29 Oct 2015: Added @bbuck gist

@sogko
Copy link
Member

sogko commented Nov 6, 2015

With PR #21 and PR #52 merged, together with the various improvements in the README.md, we'll considered this issue as resolved.

Feel free to re-open if you feel that your original concern has not been addressed.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants