Skip to content

Commit e3a0228

Browse files
author
Negotiamini
authored
Update generate-schema.md
corrected grammar
1 parent 8eb13ff commit e3a0228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/generate-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const jsSchema = makeExecutableSchema({
229229
});
230230
```
231231

232-
- `typeDefs` is a required argument and should be an GraphQL schema language string or array of GraphQL schema language strings or a function that takes no arguments and returns an array of GraphQL schema language strings. The order of the strings in the array is not important, but it must include a schema definition.
232+
- `typeDefs` is a required argument and should be a GraphQL schema language string or an array of GraphQL schema language strings or a function that takes no arguments and returns an array of GraphQL schema language strings. The order of the strings in the array is not important, but it must include a schema definition.
233233

234234
- `resolvers` is an optional argument _(empty object by default)_ and should be an object or an array of objects that follow the pattern explained in [article on resolvers](/docs/resolvers/)
235235

0 commit comments

Comments
 (0)