Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable of mutation related issue #17

Open
dhruvmodhapp opened this issue Aug 13, 2020 · 0 comments
Open

Variable of mutation related issue #17

dhruvmodhapp opened this issue Aug 13, 2020 · 0 comments

Comments

@dhruvmodhapp
Copy link

dhruvmodhapp commented Aug 13, 2020

Hello Guys, need a help with the mutation.

Here mutation:

mutation insert_user_assessment( $objects:
[user_assessment_insert_input!]!) {
insert_user_assessment(objects: $objects) {
returning {
id
  }
 }
}

Screenshot 2020-08-13 at 1 47 18 PM

This above mutation. Passing correct objects value as argument and access token given. I am executing. But have this error : {"errors":[{"message":"Internal server error","extensions":{"code":"INTERNAL_SERVER_ERROR"}}]}

Anyone have a solution or idea for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant