kemal-graphql-example
kemal-graphql-example copied to clipboard
Exploring graphql-crystal with kemal & graphiql
Results
2
kemal-graphql-example issues
Sort by
recently updated
recently updated
newest added
Simply changed to the new style of query resolution. The older style is not support and causing a compilation error. fixes #6
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) ```...