Giter Club home page Giter Club logo

Comments (3)

ellispritchard avatar ellispritchard commented on May 27, 2024

I'm getting this error when I've got custom scalars, when the custom scalar validation rejects the input: the nicely informative message from my custom scalar is not shown, but the error from graphql/execution/values.js#getArgumentValues (as in the stack trace above) is shown instead.

Is the correct function being called here? The particular exception block being triggered is commented:

          // Note: ValuesOfCorrectType validation should catch this before
          // execution. This is a runtime check to ensure execution does not
          // continue with an invalid argument value.

Looks like getArgumentValues is being called out-of-order as far as the execution pipeline is concerned?

from graphql-cost-analysis.

ellispritchard avatar ellispritchard commented on May 27, 2024

NB the original error from validation is also reported in the result, so ValuesOfCorrectType is also being run, but this doesn't stop related errors also being generated from the cost evaluation.

from graphql-cost-analysis.

koresar avatar koresar commented on May 27, 2024

I get exactly the same problem as the screenshot. This literally means the GraphQL API users can't pass $input variable like at all!

I believe this line passes wrong variables.

this.options.variables || {}

from graphql-cost-analysis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.