Skip to content

Commit ba815d1

Browse files
helferleebyron
authored andcommitted
Update resolve function signature to 0.5.0 (graphql#30)
1 parent ee4d93f commit ba815d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/docs/APIReference-TypeSystem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ type GraphQLFieldConfigMapThunk = () => GraphQLFieldConfigMap;
262262
type GraphQLFieldResolveFn = (
263263
source?: any,
264264
args?: {[argName: string]: any},
265+
context?: any,
265266
info?: GraphQLResolveInfo
266267
) => any
267268

0 commit comments

Comments
 (0)