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: content/graphql/quick-start.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,15 @@ GraphQLModule.forRoot({
101
101
}),
102
102
```
103
103
104
+
By default, the types in the generated schema will be in the order they are defined in the included modules. To sort the schema lexicographically set the `sortSchema` property to `true`:
0 commit comments