Mutation return type Promise<boolean> not inferreed as boolean #527
Labels
Community 👨👧
Something initiated by a community
Duplicate 🔑
This issue or pull request already exists
Describe the bug
Promise not resolved in mutation and this error is produced:
To Reproduce
Expected behavior
The output of the mutation should be inferred as
boolean
from the return typeLogs
If applicable, add some console logs to help explain your problem.
You can paste the errors with stack trace that were printed when the error occured.
Enviorment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: