Skip to content

Commit 8dd0b67

Browse files
unicodeveloperpeggyrayzis
authored andcommitted
Link to schema directives docs in the directives definition section
1 parent cdcf59d commit 8dd0b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/resources/graphql-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ query NewsFeed {
6767
```
6868

6969
<h2 id="directive">Directive</h2>
70-
<p>A declaration prefixed with an `@` character that encapsulates programming logic for query execution on the client or server. There are built-in such as `@skip`, `@include` and custom directives. It can be used for features such as authentication, incremental data loading, etc.</p>
70+
<p>A declaration prefixed with an `@` character that encapsulates programming logic for query execution on the client or server. There are built-in such as `@skip`, `@include` and [custom directives](https://www.apollographql.com/docs/graphql-tools/schema-directives.html). It can be used for features such as authentication, incremental data loading, etc.</p>
7171

7272
```js
7373
type User @auth {

0 commit comments

Comments
 (0)