Skip to content

Commit ce7c754

Browse files
Update APIReference-TypeSystem.md
1 parent 4742128 commit ce7c754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/graphql-js/APIReference-TypeSystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ validator and executor.
189189
190190
```js
191191
var MyAppSchema = new GraphQLSchema({
192-
query: MyAppQueryRootType
192+
query: MyAppQueryRootType,
193193
mutation: MyAppMutationRootType
194194
});
195195
```

0 commit comments

Comments
 (0)