Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0edbd7f

Browse files
brafdlogstubailo
authored andcommitted
Update Learn-Execution.md (graphql#589)
1 parent96aa886 commit0edbd7f

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 referto[type GraphQLResolveInfo for more details](/graphql-js/type/#graphqlobjecttype).
7777

7878
##Asynchronous resolvers
7979

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp