Open
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Version/Branch | 0.12.3 |
Could be duplicate of #285, although that issue has been closed since with no visible improvement.
The quick start guide mentions setting a query
to a value of Query
, although this renders the application unusable with this exception:
"message": "Could not found type with alias \"Query\". Do you forget to define it?",
"class": "Overblog\\GraphQLBundle\\Resolver\\UnresolvableException",
An explanation of what the Query
means exactly would be very helpful in the documentation.