From 797238ebc1b2cedb7dd7f2a929278e90d7d360ad Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 4 Aug 2018 21:49:52 -0400 Subject: [PATCH] Rename todo example --- graphql_schema/README.md | 2 +- graphql_schema/example/{todo.dart => example.dart} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename graphql_schema/example/{todo.dart => example.dart} (100%) 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