getArgumentValues
Callable
Parameters
def: GraphQLDirective | GraphQLField<unknown, unknown, any>
node: FieldNode | DirectiveNode
optionalvariableValues: Maybe<VariableValues>
optionalhideSuggestions: Maybe<boolean>
Returns {}
[argument string]: unknown
Prepares an object map of argument values given a list of argument definitions and list of argument AST nodes.
Note: The returned value is a plain Object with a prototype, since it is exposed to user code. Care should be taken to not pull values from the Object prototype.