Since the GraphQL was introduced in 2015 by Facebook, it's popularity is continuously growing. If you want to learn the GraphQL here is a list of t...
For further actions, you may consider blocking this person and/or reporting abuse
In case anyone is nervous about moving to GraphQL let me tell you I have built many REST APIs for fortune 500 companies and for myself. After using GraphQL these last 6 months I am proud to say I will never build another REST API willingly. I'm often very cautious of people that use the word "never" in this industry so that should tell you how strongly I feel about it.
Benefits of GraphQL for me ordered from most important to least important
Thank you for writing this post. I hope more people start giving GraphQL a chance because of it.
This is a good list to start with. Thanks for putting this out :)
We at Hasura recently launched learn.hasura.io - The 2 hour GraphQL Tutorial series for frontend developers. It is open-source. Would be a nice addition to the list above :)
Added:)
This is definitely my goto: howtographql.com/
Thanks, already on the list :)
There is also Altair GraphQL Client as an alternative to GraphiQL.😄
Added!
There's also GraphQL Playground as an alternative to GraphiQL. 🙂
Added :)
Hi Tomek,
I wrote a tutorial from using a practical, hands-on approach to explain concepts (examples use the GitHub GraphQL so people can try it out.) Would appreciate if you add it here: codeahoy.com/2019/10/13/graphql-pr...
Thanks
You might like Apollo Elements for building graphql-backed UIs without UI frameworks.
Thanks! Added!
There is also the Apollo GraphQL community on Spectrum: spectrum.chat/apollo
There is pretty active community related to GraphQL on the ReactiFlux Discord (look at #graphql).
Cool, updated :)
Hi, Thanks for writing this :)
I'm building GraphQL playground - Firecamp which helps developers to the genertae query collection, Save and mutate query along with other technology stacks with most attractive UI. Appreciate if you can include Firecamp under this list :)
nice:
We also have been collecting best resources for Graphql. we'll add these ones to the list.
moesif.com/blog/api-guide/comparis...
Maybe this playlist by Trasversy will help:
youtube.com/playlist?list=PLillGF-...
Thanks! Added :)
Graphql for VSCode - github.com/kumarharsh/graphql-for-vscode
Here's an Apollo course on testing graphql applications on Pluralsight: pluralsight.com/courses/apollo-tes...
There also this repo in Github awesome-graphql may be it be helpful