Last active
May 13, 2019 21:54
-
-
Save hpjaj/b0fe3d5354210f83c48af607986d82de to your computer and use it in GitHub Desktop.
Revisions
-
hpjaj revised this gist
May 13, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # GraphQL Resources - 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: -
hpjaj created this gist
May 13, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)