Replies: 2 comments
-
|
This seems to be more of a web server integration issue. The operation works fine in my integration test suite, where I directly execute the query through the schema without going through a HTTP request. I am currently using actix-web, will try another server to see if I have better luck. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Bummer, found the reason. It is a bug in Insomnium. For some reason, it had added a hidden |
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.
-
I recently started creating a GQL wrapper around REST API services. Have made decent process, but ran into this error on one query operation. Not sure what it means, and I do not see any "Operations" anywhere in my code base. Nothing is being logged related to it even at trace level, so not sure what the error means. I have similar operation on a couple of other entities, and they work as expected.
Any idea or help would be greatly appreciated. The generated SDL is attached for reference. The operation
facilityHistorySummaryis where I am running into this error.gql.txt
Beta Was this translation helpful? Give feedback.
All reactions