graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.87k stars 839 forks source link

Hi @ShreyasSubhedar thanks for putting altogether a working example for an external API, looks neat 👍 #568

Open ShreyasSubhedar opened 4 years ago

ShreyasSubhedar commented 4 years ago

Hi @ShreyasSubhedar thanks for putting altogether a working example for an external API, looks neat 👍

I don't think we should rely on external services to show basic examples.

Also we already have a bit similar http example: https://github.com/graphql-go/graphql/blob/master/examples/http/main.go

If you create an external GitHub repo, eg: https://github.com/ShreyasSubhedar/graphql-go-examples, we could add a link to it within the README.md in a new sub-section: Third Party Examples

Originally posted by @chris-ramon in https://github.com/graphql-go/graphql/pull/557#issuecomment-674640922