graphql-js
6fea7319 - Preserve sources of variable values

Comment changes are shownComment changes are hidden
Commit
4 years ago
Preserve sources of variable values By way of introducing type `VariableValues`, allows `getVariableValues` to return both the coerced values as well as the original sources, which are then made available in `ExecutionContext`.
Author
Committer
Parents
  • src
    • execution
      • File
        execute.ts
      • File
        values.ts
    • utilities
      • __tests__
        • File
          coerceInputValue-test.ts
      • File
        coerceInputValue.ts