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
getArgumentValues is marked as internal and only exposed when you import from graphql/execution/values.
If you could expose it from the root index.js it would make importing it far easier in contexts without imports to relative files (a cdn for my case.)
The function is already used in production ready code in joinmonster and is necessary to get arguments from resolve info in field handlers. I don't see a good reason not to expose it.
glen-84, benjie, dotansimha, capaj, hiepxanh and 1 more