Coder Social home page Coder Social logo

Naming confusion about dataloader-php HOT 4 CLOSED

overblog avatar overblog commented on June 8, 2024
Naming confusion

from dataloader-php.

Comments (4)

mcg-web avatar mcg-web commented on June 8, 2024 1

No need to use promise adapter to create promise. Only requirement is to return a supported promise for the adapter you are using.

from dataloader-php.

akomm avatar akomm commented on June 8, 2024 1

Thank you.

I still use the PromiseAdapterInterface, so my service does not need two adapters injected - its confusing ;)

But good to know.

from dataloader-php.

mcg-web avatar mcg-web commented on June 8, 2024

Overblog\PromiseAdapter\PromiseAdapterInterface promise adapter is just an interface to help abstract Promises between different libs for dataloaders. GraphQL\Executor\Promise\PromiseAdapter has the same function but for graphql. GraphQL is not a requirements for this lib. When I introduce GraphQL\Executor\Promise\PromiseAdapter on graphql I try to make this a independent lib but was rejected :D

from dataloader-php.

akomm avatar akomm commented on June 8, 2024

So you made instead of inheritance a composition to serve different adapters under the PromiseAdapterInterface so you are not dependend on a certain lib's interface.

When I use the WebonyxSync adapter as backend for the PromiseAdapterInterface, do I need to use it directly for the actual batchLoadFn result, or can I also use the PromiseAdapterInterface for the result of batchLoadFn? because the docs only tell "you need to return a promise".

I am a bit confused by this due to doc for the dataloader-bundle, which seem to use the GraphQL\Executor\Promise\PromiseAdapter for loader services results and Overblog\PromiseAdapter\PromiseAdapterInterface for the DataLoaders.

While I understand, that they both provide same base API, is there a reason to use two different adapters?

from dataloader-php.

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.