github ChilliCream/graphql-platform 0.6.0

latest releases: 13.9.1-p.1, 14.0.0-p.93, 14.0.0-p.92...
5 years ago
  • GraphiQL
    We have added a separate package providing a GraphiQL middleware. The middleware can serve all of GraphiQL without needing to refer to CDNs making it useful even in closed networks. Moreover, we have configured GraphiQL to work with the GraphQL-ws protocol which is supported by Hot Chocolate.

  • Subscriptions
    Initial Support for GraphQL Subscriptions. We currently support the GraphQL-ws protocol over web sockets. There will be a lot of additional work in version 0.7.0 that will harden it.

  • Authorization
    We now provide an authorization package for ASP.net core which supports policy-base authorization on fields.

  • Diagnostics
    We have introduced a diagnostic source which can be used to track field execution times and other events.

  • Directive Middleware
    Implementing a directive middleware has now become much easier with this release. We have built the authorize-directive with these new APIs.

Don't miss a new graphql-platform release

NewReleases is sending notifications on new releases.