diff --git a/graphql_schema/README.md b/graphql_schema/README.md index bd8af159..8641010c 100644 --- a/graphql_schema/README.md +++ b/graphql_schema/README.md @@ -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` diff --git a/graphql_schema/example/todo.dart b/graphql_schema/example/example.dart similarity index 100% rename from graphql_schema/example/todo.dart rename to graphql_schema/example/example.dart