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

Starwars Mutation example #68

Open
kevleyski opened this issue Feb 27, 2023 · 0 comments
Open

Starwars Mutation example #68

kevleyski opened this issue Feb 27, 2023 · 0 comments

Comments

@kevleyski
Copy link

Many of the example here work

https://graphql.org/learn/queries/

But

mutation CreateReviewForEpisode($ep: Episode!, $review: ReviewInput!) {
createReview(episode: $ep, review: $review) {
stars
commentary
}
}

results in

"errors": [
{
"message": "Schema is not configured for mutations.",

Would be great if there was an example mutation (in my case I'm using warp) an end-to-end query/mutation/sub example that includes a working mutable data context would help many for sure

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