From bc185cb5047e719c011758f70660eb1c7dbf046b Mon Sep 17 00:00:00 2001 From: Carlos Vidal Hernandez Date: Tue, 3 Oct 2017 11:12:45 -0600 Subject: [PATCH] Change `GraphQLInputObjectTypeConfig` to `GraphQLInputObjectConfig` --- site/graphql-js/APIReference-TypeSystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/graphql-js/APIReference-TypeSystem.md b/site/graphql-js/APIReference-TypeSystem.md index ac21fabf8b..0a7ff72520 100644 --- a/site/graphql-js/APIReference-TypeSystem.md +++ b/site/graphql-js/APIReference-TypeSystem.md @@ -461,7 +461,7 @@ var RGBType = new GraphQLEnumType({ ```js class GraphQLInputObjectType { - constructor(config: GraphQLInputObjectTypeConfig) + constructor(config: GraphQLInputObjectConfig) } type GraphQLInputObjectConfig = {