[][src]Module warpgrapher::server

This module provides WarpGrapher servers, including supporting modules for configuration, GraphQL schema generation, resolvers, and interface to the database.

Modules

config

models and custom GraphQL endpoints.

context

This module provides a Juniper Context for Warpgrapher GraphQL queries. The context contains a connection pool for the Neo4J database.

extensions
neo4j
objects
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

Server

A WarpGrapher GraphQL server.

Functions

bind_addr_from_env
bind_port_from_env
try_from_env