GithubHelp home page GithubHelp logo

Comments (9)

helfer avatar helfer commented on May 1, 2024 1

@migueloller yes, you're right of course. Thanks again!

The ones in the source code are correct. I will fix it (hopefully for good this time).

If you find any more issues, feel free to make a quick PR so we can just merge it.

from graphql-tools.

helfer avatar helfer commented on May 1, 2024

@migueloller Oh, my bad. I mindlessly took out a positional argument in the middle that I don't think people should use any more 😬 . Should be fixed shortly.

from graphql-tools.

helfer avatar helfer commented on May 1, 2024

@migueloller Please check if it's fixed now (make sure to clear the browser cache), and close the issue if it is. Thanks!

from graphql-tools.

migueloller avatar migueloller commented on May 1, 2024

I think the issue is that it expects named args instead of positional args. To make it work I had to pass in the arguments the following way:

const schema = makeExecutableSchema({
  typeDefs,
  resolvers,
});

from graphql-tools.

helfer avatar helfer commented on May 1, 2024

Oh, that's right. So the arguments aren't actually positional, I just forgot to add the brackets. I got confused by my own documentation 😂

from graphql-tools.

helfer avatar helfer commented on May 1, 2024

Should be fixed now. Thanks for pointing it out!

from graphql-tools.

migueloller avatar migueloller commented on May 1, 2024

Thanks!

from graphql-tools.

migueloller avatar migueloller commented on May 1, 2024

I forgot to mention/check that also the name variables are incorrect because now they're not positional, but named.

typeDefinitions should be typeDefs and resolveFunctions should be resolvers. See my comment above.

from graphql-tools.

migueloller avatar migueloller commented on May 1, 2024

I'm unsure if the correct names are the ones in the documentation or the ones in the source code.

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.