We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbff0db commit 986560bCopy full SHA for 986560b
docs/data-fetching.md
@@ -293,7 +293,7 @@ Where **$promiseAdapter** is an instance of:
293
`GraphQL\Executor\Promise\Adapter\AmpPromiseAdapter`
294
295
- For [Swoole](https://swoole.com/) or [OpenSwoole](https://openswoole.com/): <br>
296
- You can use an external library: [Resonance](https://resonance.distantmagic.com/docs/features/graphql/standalone-promise-adapter.html)
+ You can use an external library: [Resonance](https://resonance.distantmagic.com/docs/features/graphql/standalone-promise-adapter.html)
297
298
- Other platforms: write your own class implementing interface: <br>
299
[`GraphQL\Executor\Promise\PromiseAdapter`](class-reference.md#graphqlexecutorpromisepromiseadapter).
0 commit comments