Skip to content

Schema is not configured for mutations #5415

@stevecrozz

Description

@stevecrozz

I am attempting to track down an issue with a production graphql-ruby app:

  • I have a graphql app with two schemas. Both are configured with mutations.
  • One particular mutation, very rarely gets this error and we have a front end error catcher that notifies us Schema is not configured for mutations: {"response":{"errors":[{"message":"Schema is not configured for mutations","locations":[{"line":1,"column":1}],"path":["mutation myMutation...
  • We have over 60 mutations and only one mutation query ever seems to trigger this error
  • Nothing looks interesting or different about this particular mutation query. In fact, I am able to run this query without failure any number of times, exactly the same way (same query, same parameters)

I did read through #2359 but this issue is so old, I'm not sure if any of it is still relevant. What can I do to get to the bottom of this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions