Skip to content

Commit 9bd06f9

Browse files
karudoSashko Stubailo
authored and
Sashko Stubailo
committed
Update type GraphQLResolveInfo description (graphql#312)
In source code `fieldASTs` was renamed to `fieldASTs `
1 parent e139b39 commit 9bd06f9

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
@@ -264,7 +264,7 @@ type GraphQLFieldResolveFn = (
264264

265265
type GraphQLResolveInfo = {
266266
fieldName: string,
267-
fieldASTs: Array<Field>,
267+
fieldNodes: Array<Field>,
268268
returnType: GraphQLOutputType,
269269
parentType: GraphQLCompositeType,
270270
schema: GraphQLSchema,

0 commit comments

Comments
 (0)