You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ***WARNING***: This package is in v0.x beta. It's API is still evolving and is subject to breaking changes in minor version bumps.
7
-
8
6
A Swift library for integrating [GraphQL](https://github.com/GraphQLSwift/GraphQL) with [Vapor](https://github.com/vapor/vapor), enabling you to easily expose GraphQL APIs in your Vapor applications.
/// - allowGet: Whether to allow GraphQL queries via `GET` requests.
19
20
/// - allowMissingAcceptHeader: Whether to allow clients to omit "Accept" headers and default to `application/graphql-response+json` encoded responses.
21
+
/// - maxBodySize: The maximum size of GraphQL requests in bytes. If not provided, this uses the default [`app.routes.defaultMaxBodySize`](https://docs.vapor.codes/basics/routing/#body-streaming)
20
22
/// - ide: The IDE to expose
21
23
/// - subscriptionProtocols: Protocols used to support GraphQL subscription requests
22
24
/// - websocket: WebSocket-specific configuration
23
25
/// - additionalValidationRules: Additional validation rules to apply to requests. The default GraphQL validation rules are always applied.
0 commit comments