You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/learn/Learn-Execution.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ This example is written in JavaScript, however GraphQL servers can be built in [
73
73
-`obj` The previous object, which for a field on the root Query type is often not used.
74
74
-`args` The arguments provided to the field in the GraphQL query.
75
75
-`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 referto[type GraphQLResolveInfo for more details](/graphql-js/type/#graphqlobjecttype).