Rename todo example
This commit is contained in:
parent
9a8d1638b5
commit
797238ebc1
2 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue