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
ResolveFieldValue(objectType, objectValue, fieldName, argumentValues)
Let resolver be the internal function provided by objectType for determining the resolved value of a field named fieldName.
Return the result of calling resolver, providing objectValue and argumentValues.
So although the resolver function with 4 arguments is specification-compliant a resolver function does not receive four arguments. Only the first two.
The text was updated successfully, but these errors were encountered:
From https://github.com/graphql/graphql.github.io/blob/source/src/content/learn/Learn-Execution.md
I suggest that this is changed to "This resolver function receives four arguments"
Given that the specifications specifies
So although the resolver function with 4 arguments is specification-compliant a resolver function does not receive four arguments. Only the first two.
The text was updated successfully, but these errors were encountered: