References
- GraphQL adopters: https://graphql.org/users/
- RFC 2616 (HTTP/1.1): https://www.w3.org/Protocols/rfc2616/rfc2616.html
- Architectural Styles and the Design of Network-based Software Architectures (Roy Thomas Fielding): https://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
- GraphQL specifications: https://github.com/graphql/graphql-spec
- HotChocolate – Entity Framework integration: https://chillicream.com/docs/hotchocolate/integrations/entity-framework
- HotChocolate – Pagination: https://chillicream.com/docs/hotchocolate/fetching-data/pagination
- HotChocolate – Filtering: https://chillicream.com/docs/hotchocolate/fetching-data/filtering
- HotChocolate – Sorting: https://chillicream.com/docs/hotchocolate/fetching-data/sorting
- Apollo Angular: https://apollo-angular.com/
- Apollo Angular Caching: https://apollo-angular.com/docs/caching/configuration/
- GraphQL Cursor Connections specification...