Skip to content

Commit 0edbd7f

Browse files
brafdlogstubailo
authored andcommitted
Update Learn-Execution.md (graphql#589)
1 parent 96aa886 commit 0edbd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This example is written in JavaScript, however GraphQL servers can be built in [
7373
- `obj` The previous object, which for a field on the root Query type is often not used.
7474
- `args` The arguments provided to the field in the GraphQL query.
7575
- `context` A value which is provided to every resolver and holds important contextual information like the currently logged in user, or access to a database.
76-
- `info` A value which holds field-specific information relevant to the current query as well as the schema details, also [refer type GraphQLResolveInfo for more details](/graphql-js/type/#graphqlobjecttype).
76+
- `info` A value which holds field-specific information relevant to the current query as well as the schema details, also refer to [type GraphQLResolveInfo for more details](/graphql-js/type/#graphqlobjecttype).
7777

7878
## Asynchronous resolvers
7979

0 commit comments

Comments
 (0)