Expand description

This module provides the GraphQL service implementation. It generates the Juniper root node, and its sub-modules provide schema data structures and resolvers for common create, read, update, and delete operations.

Structs

Carries the type information in the GraphQL schema, derived from the Configuration used to set up the Warpgrapher Engine. Used by Warpgrapher in auto-generated resolvers for CRUD operations.