Skip to content

Instantly share code, notes, and snippets.

@hpjaj
Last active May 13, 2019 21:54
Show Gist options
  • Select an option

  • Save hpjaj/b0fe3d5354210f83c48af607986d82de to your computer and use it in GitHub Desktop.

Select an option

Save hpjaj/b0fe3d5354210f83c48af607986d82de to your computer and use it in GitHub Desktop.

Revisions

  1. hpjaj revised this gist May 13, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion GraphQL Resources.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # GraphQL Resources

    - The [GitHub branch of the spike](https://github.com/department-of-veterans-affairs/vets-api/compare/graphql-spike) in Vets-API repo
    - The [GitHub branch of this spike](https://github.com/department-of-veterans-affairs/vets-api/compare/graphql-spike) in Vets-API repo
    - Why GraphQL?
    - [GraphQL Summit 2018 - Opening Keynote](https://youtu.be/IjJkAL4RWyQ)
    - GraphQL best practices in production, at scale:
  2. hpjaj created this gist May 13, 2019.
    14 changes: 14 additions & 0 deletions GraphQL Resources.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    # GraphQL Resources

    - The [GitHub branch of the spike](https://github.com/department-of-veterans-affairs/vets-api/compare/graphql-spike) in Vets-API repo
    - Why GraphQL?
    - [GraphQL Summit 2018 - Opening Keynote](https://youtu.be/IjJkAL4RWyQ)
    - GraphQL best practices in production, at scale:
    - [Battle-Hardened API Patterns from Two Years in Production](https://youtu.be/mqaz6vmAGis)
    - [Hard-Learned GraphQL Lessons: Based on a True Story](https://youtu.be/eUrtRzqN0h0)
    - [GraphQL Schema Design](https://youtu.be/pJamhW2xPYw)
    - [RailsConf 2018: The GraphQL Way: A new path for JSON APIs](https://youtu.be/QHoddukdqf0)
    - [Moving Existing API From REST To GraphQL](https://youtu.be/broQmxQAMjM)
    - [Shopify GraphQL design tutorial](https://github.com/Shopify/graphql-design-tutorial/blob/master/TUTORIAL.md)
    - [GraphQL Ruby](https://graphql-ruby.org/)
    - [GraphiQL-Rails gem](https://github.com/rmosolgo/graphiql-rails)