Giter VIP home page Giter VIP logo

Comments (4)

ankitjena avatar ankitjena commented on May 12, 2024

Currently for apollo we are generating resolvers in the following format

const resolvers = {
    Query: {
        findNotes: {},
     },
     Mutation: {
         createNote: {} 
     }
}

But express-graphql accepts rootvalue, which is like

findNotes: {},
createNote: {}

So we have to change resolver generation process with various types of resolver output. We can keep this in the config.json and the generate command will use that to generate respective resolvers.

Plus we have to discuss with the approach of splitting resolvers that you suggested.

from graphback.

wtrocki avatar wtrocki commented on May 12, 2024

This is exactly what I wanted you to found out! We need 2 templates to catch those problems. This means that we need to have our generator changed to output something that then can be reformatted inside the template. WDYT?

Having 2 types of libraries will really help us to make this generic.

Ok.. I did not found that myself - just people asked how this will work with graphql-js :)

from graphback.

wtrocki avatar wtrocki commented on May 12, 2024

@ankitjena I think this will be also very important to architecture together with #132

from graphback.

ankitjena avatar ankitjena commented on May 12, 2024

@wtrocki Yes let's first address #132, I think this will be really quick after that

from graphback.

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.