You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/writing-schemas/basics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ function accepts four arguments: `config`, `queries`, `mutations` and `subscript
7
7
`subscriptions` are a list of `TopLevelObject`s and will be used to generate corresponding GraphQL root types. See below
8
8
on why we use this wrapper class. The `config` contains all the extra information you need to pass, including custom
9
9
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.
11
11
12
12
A query, mutation or a subscription type is simply a Kotlin class that specifies **fields**, which can be functions or
0 commit comments