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 am using the @graphql-yoga/plugin-sofa package to create a restful api with the @graphql-yoga/nestjs package in a nestjs graphql application. Unfortunately, mutations don't seem to work as I get as error that the arguments haven't been provided.
Describe the bug
I am using the @graphql-yoga/plugin-sofa package to create a restful api with the @graphql-yoga/nestjs package in a nestjs graphql application. Unfortunately, mutations don't seem to work as I get as error that the arguments haven't been provided.
Your Example Website or App
https://codesandbox.io/p/sandbox/empty-waterfall-69y9pr
Steps to Reproduce the Bug or Issue
Expected behavior
The variables sent in the body must be recognised by @nestjs/graphql
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: