graphql-server 0.1.0

Topics

Namespaces

graphql-server.core

Core GraphQL server functionality wrapping Lacinia with Malli schemas.

graphql-server.impl

Internal implementation details for GraphQL resolver handling.

graphql-server.ring

Ring middleware for GraphQL endpoint handling.

Public variables and functions:

graphql-server.schema

GraphQL schema generation from Malli schemas.

Public variables and functions:

graphql-server.sse

Server-Sent Events response utilities for GraphQL subscriptions.

graphql-server.subscriptions

Topic-based pub/sub subscription infrastructure using core.async channels.