Skip to content

v1.0-alpha.6 Release

Pre-release
Pre-release

Choose a tag to compare

@codeliner codeliner released this 14 Mar 13:24
· 104 commits to master since this release
229de93

Changed

  • #78 BC BREAK! :
    • QueryDescription::queryComplexity removed
    • QueryDescription::returnType renamed to QueryDescription::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