Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advancedgraphql/advancedgraphql
Collection of best practices and advanced patterns for GraphQL applications
https://github.com/advancedgraphql/advancedgraphql
graphql graphql-schema graphql-server
Last synced: about 1 month ago
JSON representation
Collection of best practices and advanced patterns for GraphQL applications
- Host: GitHub
- URL: https://github.com/advancedgraphql/advancedgraphql
- Owner: advancedgraphql
- Created: 2017-11-18T19:14:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T10:17:02.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T21:41:01.892Z (about 2 months ago)
- Topics: graphql, graphql-schema, graphql-server
- Homepage: https://www.advancedgraphql.com
- Size: 375 KB
- Stars: 27
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Advanced GraphQL** is a collection of techniques, best practices and advanced patterns for building applications and systems based on GraphQL.
If you're not yet familiar with GraphQL, get started on [How to GraphQL](https://www.howtographql.com/) or read the official [GraphQL documentation](http://www.graphql.org/).
> Note that this website is still work in progress. If you have ideas for content you would like to see on it, or want to contribute yourself, please [get in touch](mailto:[email protected])!
## Overview
* [Schema Transformation](./content/schema-transformation.md): Hiding fields from a GraphQL schema or hooking into its resolvers
* [Schema Stitching](./content/schema-stitching.md): Combining multiple GraphQL schemas into a single one
* [No conflicts](./content/schema-stitching/ex1.md)
* [Conflicts for root fields](./content/schema-stitching/ex2.md)
* [Conflicts for types](./content/schema-stitching/ex3.md)
* [Merging executable & non-executable schemas](./content/schema-stitching/ex4.md)
* [Schema Federation](./content/schema-federation.md): Managing GraphQL schemas within an organization
* [Batching (DataLoader)](./content/batching-dataloader.md): Optimizing GraphQL execution
* [Libraries & Frameworks](./content/libraries-frameworks.md): An overview of available tooling for building GraphQL servers