From 5bbd973ffa62680391238993ee8fe6c2c0100525 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Mon, 25 Oct 2021 07:52:04 +0300 Subject: [PATCH] doc/graphql: replace templates with extensions (#2064) --- doc/md/graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/md/graphql.md b/doc/md/graphql.md index f34026c22..ee76d78b6 100644 --- a/doc/md/graphql.md +++ b/doc/md/graphql.md @@ -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