doc/graphql: replace templates with extensions (#2064)

This commit is contained in:
Ariel Mashraki
2021-10-25 07:52:04 +03:00
committed by GitHub
parent 62d64f2b78
commit 5bbd973ffa

View File

@@ -4,7 +4,7 @@ title: GraphQL Integration
---
The `ent` framework provides an integration with GraphQL through the [99designs/gqlgen](https://github.com/99designs/gqlgen)
library using the [external templates](templates.md) option (i.e. it can be extended to support other libraries).
library using the [extension](extension.md) option (i.e. it can be extended to support other libraries).
## Quick Introduction