Skip to content

Commit 3ce3697

Browse files
authored
Update basics.md
1 parent 7b1a462 commit 3ce3697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing-schemas/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function accepts four arguments: `config`, `queries`, `mutations` and `subscript
77
`subscriptions` are a list of `TopLevelObject`s and will be used to generate corresponding GraphQL root types. See below
88
on why we use this wrapper class. The `config` contains all the extra information you need to pass, including custom
99
hooks, supported packages, and name overrides.
10-
See the [Generator Configuration](generator-config) documentation for more information.
10+
See the [Generator Configuration](https://expediagroup.github.io/graphql-kotlin/docs/customizing-schemas/generator-config) documentation for more information.
1111

1212
A query, mutation or a subscription type is simply a Kotlin class that specifies **fields**, which can be functions or
1313
properties:

0 commit comments

Comments
 (0)