Hi All,
We did a release of Slash GraphQL Yesterday.
Release Name: Suffering Subscriptions, Live Loaders and ES6 Exporters
Changelog
- You can now mark types for subscriptions. Please see https://graphql.dgraph.io/doc/subscriptions/ for an example of how this works. Technically, we’released this a while ago, but this seems like a good place to announce it .
- It is now possible to use live loader to import data into your Slash GraphQL cluster with the
--slash_grpc_endpoint
flag. Please see https://graphql.dgraph.io/slash-graphql/administering-your-backend - We have now added Code Exporter to the API explorer. You can now export your queries directly into javascript.
- We now allow you to put GraphQL± (DGL) into your GraphQL schema, for more powerful custom types. Please see https://graphql.dgraph.io/doc/custom/graphqlpm for an example.
- You can now log into to Slash GraphQL with GitHub.