Unable to configure GraphQL Schema #1135
Unanswered
jipperinbham
asked this question in
Q&A
Replies: 1 comment
-
@jipperinbham It is difficult to tell what could be wrong here based on the code snippet. Would you be amenable to opening a PR or example repo with a test case that reproduces this issue? Also, have you considered adding a custom Here is the default one for reference: https://cs.github.com/open-telemetry/opentelemetry-ruby/blob/ad51972e9bdc8ead0e69642056a4935683464dfc/api/lib/opentelemetry.rb?q=error_handler#L36 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to explicitly set the schema via the following:
I get the following error when the server starts up or when running tests:
Here is an excerpt of the schema (located at
/app/graphql/fly_schema.rb
):Beta Was this translation helpful? Give feedback.
All reactions