Open DempseyRoller opened 6 months ago
Trying to load a .graphql -schema file results in the following:
Error occurred while loading GraphQL Schema: Error invoking remote method 'renderer:load-gql-schema-file': Error: Failed to load GraphQL schema file
Here's content of a example file:
type Book { title: String author: Author } type Author { name: String books: [Book] }
Loading the same schema file in PostMan works. I tried this first with version 1.12.0 then updated to 1.17.0. Neither does work.
No response
Any update on the PR which resolves this issue?
Hope this will be fixed/released soon with a upcoming update.
Hi, this issue has been resolved hence closing it. Thanks!
I have checked the following:
Describe the bug
Trying to load a .graphql -schema file results in the following:
Here's content of a example file:
Loading the same schema file in PostMan works. I tried this first with version 1.12.0 then updated to 1.17.0. Neither does work.
.bru file to reproduce the bug
No response
Screenshots/Live demo link