Skip to content

Conversation

mcg-web
Copy link
Contributor

@mcg-web mcg-web commented Feb 10, 2017

Q A
Bug fix? no
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
Documented? yes
Fixed tickets none
License MIT

This change should ease DataLoader introduction...

To integrate an other promise implementation, you must create a new service that
implements Overblog\GraphQLBundle\Executor\Promise\PromiseAdapterInterface
or GraphQL\Executor\Promise\PromiseAdapter with a wait method that accepts
a Promise like argument and returns the result of the promise resolved
or throw an exception otherwise.

To integrate an other promise implementation, you must create a new service that
implements `Overblog\GraphQLBundle\Executor\Promise\PromiseAdapterInterface`
or `GraphQL\Executor\Promise\PromiseAdapter` with a `wait` method that accepts
a Promise like argument and returns the result of the promise resolved
or throw an exception otherwise.
@mcg-web mcg-web requested a review from barduck007 February 10, 2017 16:17
@mcg-web mcg-web merged commit d1fa3a5 into overblog:master Feb 13, 2017
@mcg-web mcg-web deleted the allow-using-native-graphql-promise-adapter branch February 13, 2017 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants