🚀 New libraries for @graphql on Vapor and Hummingbird dropped!

Expose GraphQL APIs with just one line of code:
routeBuilder.graphql(schema: schema) { ... }

✅ Full spec compliance
✅ WebSocket subscriptions
✅ Built-in GraphiQL IDE

Check them out 👇
https://forums.swift.org/t/introducing-graphql-vapor-hummingbird-packages/84758

Introducing GraphQL Vapor & Hummingbird Packages

The GraphQLSwift organization is excited to publicly release graphql-vapor and graphql-hummingbird, which simplify exposing GraphQL APIs through the Vapor and Hummingbird server frameworks. Correctly exposing a GraphQL schema through HTTP is not trivial; you must consider specialized encodings, match errors to response status codes, and integrate specialized subscription protocols. The new graphql-hummingbirdand graphql-vapor packages handle all of these details. Integration is as easy as calli...

Swift Forums