Giter Site home page Giter Site logo

Comments (5)

kbrandwijk avatar kbrandwijk commented on June 18, 2024 3

@LawJolla We have implemented forwardTo in the latest release. Examples are coming, but you can basically replace your resolver function with a simple forwardTo('db') if you want to forward a call 1-on-1 (so same query name and arguments) to an underlying binding. See https://gist.github.com/kbrandwijk/6e693f1cad585cb74fd8e022c7277394#file-query-ts-L11 for a small snippet. Do you think that this sufficiently covers your use case?

from prisma-binding.

marktani avatar marktani commented on June 18, 2024 3

Here's an example: https://github.com/graphcool/graphcool/tree/examples-1.0/examples/resolver-forwarding 🙂

from prisma-binding.

kbrandwijk avatar kbrandwijk commented on June 18, 2024 2

Thank you for this feedback. There are different ways to improve this. Having these bindings generated so you can easily call existing queries and mutations is the first step towards that goal.

One of the options I am personally looking at is a way to 'extend' on what graphql-import offers to also work on resolvers (basically saving you from having to define this resolvers manually completely). However, looking at common use cases, it didn't seem that common to reuse existing queries or mutations exactly 1-on-1.

from prisma-binding.

LawJolla avatar LawJolla commented on June 18, 2024 1

@kbrandwijk I think that hits the use case dead on! Great implementation! Makes a ton of sense. Thanks for your hard and great work!

from prisma-binding.

kbrandwijk avatar kbrandwijk commented on June 18, 2024 1

Closing, as this use case is apparently sufficiently covered by this feature.

from prisma-binding.

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.