We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cae4f2 commit 081c6a2Copy full SHA for 081c6a2
.emdaer/docs/directive.md
@@ -8,6 +8,7 @@ This includes all the nested relationships at all levels. This leaves everything
8
fields for the response.
9
10
### Examples
11
+Imagine you have these top level fields in your GraphQL query.
12
13
```graphql
14
type Query {
@@ -27,7 +28,8 @@ fields for the response.
27
28
```
29
30
Note how you can specify a templated URL with variables. The replacement value for these variables will be specified in
-the query. For instance see how the `{authorName}` value is provided in the GraphQL query below:
31
+the query. For instance see how the `{authorName}` value is provided when the front-end is querying the GraphQL server
32
+like:
33
34
35
curl -X GET \
0 commit comments