https://github.com/nearform/graphql-hooks
Basic tutorials:
-
Main website, docs section: https://graphql.org/learn/
-
Cool video course, but you should read more about core concepts, before starting it: https://www.howtographql.com/
-
GraphQL + Nodejs: https://graphql.org/graphql-js/
https://www.producthunt.com/posts/lucid-7?fbclid=IwAR1MWiT51cfqzOl7jO0RVgcRGOzGp3VM_r4qL81IiuSS7BjJf0g1-GdGkw8 For setting up project, follow: https://graphql.org/graphql-js/
-
https://facebook.github.io/relay/docs/en/graphql-in-relay.html
-
https://oss.prisma.io/content/GraphQL-Yoga/03-Deployment.html
-
https://oss.prisma.io/content/GraphQL-Playground/Overview.html
-
https://hackernoon.com/graphql-tips-after-a-year-in-production-419341db52e3
-
https://dev-blog.apollodata.com/how-to-build-graphql-servers-87587591ded5
-
https://dev-blog.apollodata.com/full-stack-error-handling-with-graphql-apollo-5c12da407210
-
https://dev-blog.apollodata.com/schema-validation-with-apollo-engine-4032456425ba
-
https://dev-blog.apollodata.com/testing-apollos-query-component-d575dc642e04
-
https://www.compose.com/articles/using-graphql-with-mongodb/
-
https://medium.com/techsource-pro/facebook-login-with-react-and-graphql-a128243dc841
-
https://dev-blog.apollodata.com/graphql-at-facebook-by-dan-schafer-38d65ef075af
-
https://dev-blog.apollodata.com/graphql-tools-a-simpler-way-to-create-graphql-apis-eadf018f3766
-
https://wehavefaces.net/graphql-shorthand-notation-cheatsheet-17cd715861b6
-
https://dev-blog.apollodata.com/graphql-tools-a-simpler-way-to-create-graphql-apis-eadf018f3766
-
https://dev-blog.apollodata.com/reusable-graphql-schema-directives-131fb3a177d1
-
https://dev-blog.apollodata.com/reusable-graphql-schema-directives-131fb3a177d1
-
https://itnext.io/graphql-mongoose-a-design-first-approach-d97b7f0c869
-
https://itnext.io/building-a-graphql-server-with-node-js-and-express-f8ea78e831f9
-
https://medium.com/programming-society-gazette/part-1-api-using-graphql-and-node-js-3423a6004b96
-
https://medium.com/@__xuorig__/on-graphql-schema-stitching-api-gateways-5dcb579fa90f
-
https://medium.com/@hpux/make-web-real-time-with-graphql-subscriptions-5a59ac1b010c
-
https://medium.com/open-graphql/using-relay-with-aws-appsync-55c89ca02066
-
https://levelup.gitconnected.com/going-serverless-with-nodejs-graphql-5b34f5d280f4
-
https://medium.com/@sandip21/build-a-graphql-server-from-scratch-using-express-part-1-304341f9adba
-
https://medium.com/javascript-in-plain-english/how-to-implement-a-graphql-crud-bff-efcb0117ec71
-
https://medium.com/open-graphql/authenticating-an-aws-appsync-graphql-api-with-auth0-48835691810a
-
https://read.acloud.guru/deploy-a-graphql-service-on-aws-with-the-serverless-framework-7af8fc22a01d
-
https://medium.com/paypal-engineering/graphql-resolvers-best-practices-cd36fdbcef55
-
https://medium.com/netflix-techblog/our-learnings-from-adopting-graphql-f099de39ae5f
-
https://medium.freecodecamp.org/a-new-approach-to-mocking-graphql-data-1ef49de3d491
-
https://medium.com/the-notice-board/life-without-redux-using-apollo-for-local-state-d32b020ff4d3
-
https://medium.com/open-graphql/implementing-search-in-graphql-11d5f71f179
-
https://medium.com/crowdbotics/creating-a-graphql-server-with-nodejs-ef9814a7e0e6
-
https://medium.com/graphql-mastery/how-to-learn-graphql-react-and-node-js-faster-bdc95e8510c7
-
https://medium.freecodecamp.org/graphql-front-end-queries-made-easy-68e9d9ded283
-
https://hackernoon.com/graphql-tips-after-a-year-in-production-419341db52e3
-
https://medium.com/graphql-mastery/graphql-security-in-node-js-project-4a4d39a1df20
-
https://hackernoon.com/relay-modern-testing-queries-8abf400194bc
-
https://itnext.io/graphql-made-easy-by-aws-appsync-21dfae586d51
-
https://itnext.io/create-your-first-graphql-app-and-set-an-auth-middleware-2dd841f714c2
-
https://medium.com/quick-code/top-tutorials-to-learn-git-for-beginners-622289ffdfe5
-
https://medium.freecodecamp.org/a-complete-introduction-to-apollo-the-graphql-toolkit-83acab4b8143
-
https://medium.com/yld-engineering-blog/create-custom-graphql-types-999f009d3f46
-
https://medium.com/yld-engineering-blog/create-custom-graphql-types-999f009d3f46
-
https://github.com/KATT/shop/blob/master/api/src/server.spec.ts#L34-L51
-
https://medium.freecodecamp.org/mocking-graphql-with-graphql-tools-42c2dd9d0364
-
https://medium.freecodecamp.org/a-new-approach-to-mocking-graphql-data-1ef49de3d491
-
https://itnext.io/graphql-jest-snapshot-testing-7f7345ee2be (coool)
-
https://medium.com/entria/testing-a-graphql-server-using-jest-4e00d0e4980e (old)
-
https://focus.parabol.co/unit-test-your-db-with-graphql-and-jest-d88722b4551e
-
https://www.apollographql.com/docs/graphql-tools/mocking.html
-
https://github.com/prisma/graphql-request#passing-more-options-to-fetch
-
http://www.jexp.de/blog/html/better-data-import-with-graphql-introducing-graphql-load.html
-
https://github.com/hasura/graphql-engine/tree/master/community/tools/json2graphql
-
https://marmelab.com/blog/2017/07/12/json-graphql-server.html
-
https://medium.com/the-ideal-system/graphql-and-mongodb-a-quick-example-34643e637e49
-
https://www.graph.cool/docs/reference/data-import-and-export/data-import-ol2eoh8xie
-
https://medium.freecodecamp.org/learn-to-build-a-graphql-server-with-minimal-effort-fc7fcabe8ebd