v1.0-alpha.6 Release
Pre-release
Pre-release
·
104 commits
to master
since this release
Changed
- #78 BC BREAK! :
QueryDescription::queryComplexityremovedQueryDescription::returnTyperenamed toQueryDescription::setReturnType
Info
We decided to remove GraphQL Integration. The reason for this is that we want to make use of the full power of JSON Schema in Event Machine but if you do that you can no longer translate JSON Schema to GraphQL. The idea is to use the JSON Schema as API documentation and build a frontend app that can read the schema and generate a documentation along with an editor to send messages to the backend and view the results (in case of queries).
Progress is tracked in the PR: #84