GraphQL - tarunchhabra/parakalo GitHub Wiki
https://www.apollographql.com/blog/graphql-is-the-future-for-apis
https://www.apollographql.com/blog/graphql-in-a-platform-engineering-world
https://www.youtube.com/watch?v=yWzKJPw_VzM
Learn GraphQL In 40 Minutes : https://www.youtube.com/watch?v=ZQL7tL2S0oQ
Twitter: https://about.sourcegraph.com/graphql/graphql-at-twitter/
https://www.apollographql.com/docs/router/
https://www.apollographql.com/blog/graphql/basics/what-is-graphql-introduction/
https://graphql.com/learn/how-does-graphql-work/#the-graphql-resolver-functions
Security in GraphQL - https://www.youtube.com/watch?v=nZSmcfSMuoE
https://www.apollographql.com/docs/apollo-server/security/authentication/
https://graphql.org/learn/authorization/
https://www.apollographql.com/blog/access-control-in-graphql
GraphQL adoption patterns - https://www.apollographql.com/docs/technotes/TN0022-graphql-adoption-patterns/
GraphQL and tight-coupling - https://stackoverflow.com/questions/70122193/does-hotchocolate-graphql-server-lead-to-tight-coupling-between-the-api-and-the
Restricting access to graph
https://www.apollographql.com/blog/prevent-graph-misuse-with-operation-size-and-complexity-limits
Supergraphs:
https://www.apollographql.com/blog/the-apollo-supergraph-architecture-framework
https://www.apollographql.com/docs/technotes/TN0018-aggregating-across-subgraphs/#example-search
GraphQL & REST - https://www.apollographql.com/docs/technotes/TN0044-graphql-and-rest-together/