[][src]Module warpgrapher::server::schema

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

Info
NodeType
Property

Enums

InputKind
PropertyKind
TypeKind

Functions

create_root_node

Takes a Warpgrapher configuration and returns the Juniper RootNode for a GraphQL schema that matches the Warpgrapher configuration.

Type Definitions

RootRef