You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a set of dataloaders described here https://docs.graphene-python.org/en/latest/execution/dataloader/.
When I subscribe to objectType without dataloaders fields, everything works fine.
When I subscribe to objectType with dataloaders field, I got an TypeError: Object of type Promise is not JSON serializable here
How can i solve this issue?
The text was updated successfully, but these errors were encountered:
I have a set of dataloaders described here https://docs.graphene-python.org/en/latest/execution/dataloader/.
When I subscribe to objectType without dataloaders fields, everything works fine.
When I subscribe to objectType with dataloaders field, I got an
TypeError: Object of type Promise is not JSON serializable
here
How can i solve this issue?
The text was updated successfully, but these errors were encountered: