When enabling hello_world_schema the following compiler error is thrown:
query "hello" { "world" }
^----
Error: undefined method 'query' for GraphQL::Schema::Schema (with ... yield) and Kemal::GraphQL:Module (current scope)
The way how that hello world example is written is very nice and good for simple cases. But it seems some maintenance is needed there.
When enabling hello_world_schema the following compiler error is thrown:
The way how that hello world example is written is very nice and good for simple cases. But it seems some maintenance is needed there.