Rename todo example

This commit is contained in:
Tobe O 2018-08-04 21:49:52 -04:00
parent 9a8d1638b5
commit 797238ebc1
2 changed files with 1 additions and 1 deletions

View file

@ -48,7 +48,7 @@ if (validation.successful) {
* `graphQLSchema` - Create a `GraphQLSchema`
* `objectType` - Create a `GraphQLObjectType` with fields
* `field` - Create a `GraphQLField` with a type/argument/resolver
* `listType` - Create a `GraphQLListType` with the provided `innerType`
* `listOf` - Create a `GraphQLListType` with the provided `innerType`
* `inputObjectType` - Creates a `GraphQLInputObjectType`
* `inputField` - Creates a field for a `GraphQLInputObjectType`