class GraphQL::InvariantError
that it thought would never happen. Please report this bug!
This error is raised when GraphQL-Ruby encounters a situation
def initialize(message)
def initialize(message) message += " is probably a bug in GraphQL-Ruby, please report this error on GitHub: https://github.com/rmosolgo/graphql-ruby/issues/new?template=bug_report.md" super(message) end