Description
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.
Metadata
Metadata
Assignees
Labels
No labels