com.walmartlabs/lacinia-pedestal 1.2-beta-1

Expose Lacinia GraphQL as Pedestal endpoints.

Namespaces

com.walmartlabs.lacinia.async

Facilities for leveraging core.async with Lacinia.

Public variables and functions:

com.walmartlabs.lacinia.pedestal

Defines Pedestal interceptors and supporting code.

com.walmartlabs.lacinia.pedestal.cache

A parsed query cache can reduce processing time by avoiding the normal parsing of a query.

com.walmartlabs.lacinia.pedestal.interceptors

Common interceptors between the standard and subscriptions code paths.

Public variables and functions:

com.walmartlabs.lacinia.pedestal.spec

Common specifications.

Public variables and functions:

    com.walmartlabs.lacinia.pedestal.subscriptions

    Support for GraphQL subscriptions using Jetty WebSockets, following the design of the Apollo client and server.

    com.walmartlabs.lacinia.pedestal2

    Utilities for creating handlers, interceptors, routes, and service maps needed by a Pedestal service that exposes a GraphQL API and GraphiQL IDE.