Coder Social home page Coder Social logo

Export parseQuery function about graphql-helix HOT 4 CLOSED

contra avatar contra commented on September 13, 2024
Export parseQuery function

from graphql-helix.

Comments (4)

danielrearden avatar danielrearden commented on September 13, 2024

@n1ru4l I'm hesitant to expose this as a configuration option simply because one of the few things Helix is actually supposed to do is abstract away the error handling logic, ensuring it follows the GraphQL over HTTP spec (although the spec is currently fairly vague around error handling so we are currently following the conventions established by express-graphql).

Can you provide more context around what it is about the current API that prevents consistent error handling?

from graphql-helix.

n1ru4l avatar n1ru4l commented on September 13, 2024

I need to parse the document before processRequest, as I need to apply some extra logic depending on the parsed document and would like to use the exact same error handling as if I passed the operation string instead of the operation AST to processRequest.

from graphql-helix.

danielrearden avatar danielrearden commented on September 13, 2024

Would it be reasonable to just use a custom parse function in that case? parse can not be asynchronous if that helps.

from graphql-helix.

n1ru4l avatar n1ru4l commented on September 13, 2024

No, since I pick the schema based on the parsed document 😅

from graphql-helix.

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.