Closed andheiberg closed 7 years ago
Hi, can you give me the vendors (graphql-php, dataloader-php, graphql-bundle) versions please?
webonyx/graphql-php v0.9.11
overblog/dataloader-bundle v0.3.0
overblog/dataloader-php v0.5.1
thanks, are you also using native graphql promise adapter?
Yes, the SyncAdapter that is.
Ok thanks, can you try to update to webonyx/graphql-php v0.9.14 and overblog/dataloader-php v0.5.2, we fix recently some bugs on the SyncAdapter, that could be the solution...
Yup that fixed it 👍
I've managed to hit
DataLoader destroyed before promise complete.
in this file.Since I'm using the bundle it's not explicitly clear how I got to a broken state.
It's likewise hard to create a minimal test case.
Any clues why this might happen?