Giter VIP home page Giter VIP logo

Comments (3)

rafalp avatar rafalp commented on September 4, 2024 1

Here is repro: https://github.com/rafalp/graphql-core-next-30

from graphql-core.

Cito avatar Cito commented on September 4, 2024

Thanks for reporting. Will look into this when I find some time. Maybe you can also post some demo code that demonstrates the problem.

from graphql-core.

Cito avatar Cito commented on September 4, 2024

Hi @rafalp - finally found some time to look into this. I understand your problem, but as far as I see, this is the expected behavior and in line with the spec.

When you provide a response function to produce the response stream, then errors are in fact passed to the client (see points 5. and 6.) as part of the GraphQLResult. But the subscribe function in your example is used for creating the source stream. As far as I see, the specs do not say explicitly what should be done with errors in the source stream. But there is nothing about passing them to the response stream.

The reference implementation passes errors in the response stream to the client and errors in the source stream to the server. You can see this is the expected behavior in these tests in GraphQL.js: It should handle error during execution of source event but it should pass through error thrown in source event stream. Your example corresponds to the second test - that's why the error is passed through to you.

You could argue that the specs should be amended and errors should be handed over to the response stream. But you will need to create a GraphQL.js issue for this. The goal of graphql-core-next is to just replicate the behavior of GraphQL.js.

from graphql-core.

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.