Skip to content

Commit a1c36aa

Browse files
Carlos Hernándezleebyron
Carlos Hernández
authored andcommitted
Change GraphQLInputObjectTypeConfig to GraphQLInputObjectConfig (graphql#398)
1 parent 5654664 commit a1c36aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/graphql-js/APIReference-TypeSystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ var RGBType = new GraphQLEnumType({
461461
462462
```js
463463
class GraphQLInputObjectType {
464-
constructor(config: GraphQLInputObjectTypeConfig)
464+
constructor(config: GraphQLInputObjectConfig)
465465
}
466466

467467
type GraphQLInputObjectConfig = {

0 commit comments

Comments
 (0)