GithubHelp home page GithubHelp logo

Comments (8)

helfer avatar helfer commented on April 30, 2024 2

I see, in that case it would be more convenient if it were true by default. I'm definitely open to changing that, just go ahead and make a PR.

from graphql-tools.

helfer avatar helfer commented on April 30, 2024 1

No worries, if you're busy, I think someone else would be happy to do it! I'll label it as help wanted, but you can of course still do it if you like!

from graphql-tools.

helfer avatar helfer commented on April 30, 2024

@jbaxleyiii interesting. Do you have an example where returning undefined from a resolver is necessary and actually intended?

In my code, I generally return null if child resolvers shouldn't run. When a resolver returns undefined, that was generally because I misspelled something, or tried to access a field that doesn't exist. allowUndefinedInResolvers = false allowed me to find those bugs faster.

from graphql-tools.

jbaxleyiii avatar jbaxleyiii commented on April 30, 2024

@helfer for optional data its a lot easier in resolvers to return a possible undefined variable, rather than variable || null.

https://github.com/NewSpring/Heighliner/blob/master/src/apollos/models/users/resolver.ts#L14

^^ that vs the rest of the resolvers where the return variable (for instance PersonId) could be undefined as it's not required

from graphql-tools.

jbaxleyiii avatar jbaxleyiii commented on April 30, 2024

Can do!

from graphql-tools.

helfer avatar helfer commented on April 30, 2024

@jbaxleyiii are you still interested in this? should be a relatively quick PR.

from graphql-tools.

helfer avatar helfer commented on April 30, 2024

🔔 ping ... 😬

from graphql-tools.

jbaxleyiii avatar jbaxleyiii commented on April 30, 2024

@helfer somehow I missed this notification! I'll open a PR today!

from graphql-tools.

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.