[][src]Module warpgrapher::server::config

models and custom GraphQL endpoints.

Structs

WarpgrapherConfig

Configuration item for a Warpgrapher data model. The configuration contains the version of the Warpgrapher configuration file format, and a vector of WarpgrapherType structures.

WarpgrapherEndpoint

Configuration item for a custom Endpoint

WarpgrapherEndpointType

Configuration item for a custom Endpoint

WarpgrapherEndpointsFilter

Configuration item for endpoint filters

WarpgrapherProp

Configuration item for a property on a GraphQL type, modeled as properties on a Neo4J node.

WarpgrapherRel

Configuration item for a relationship on a GraphQL type

WarpgrapherType

Configuration item for a GraphQL type, also represented as a Neo4J label

Enums

EndpointClass
GraphqlType
WarpgrapherTypeDef

Functions

compose

Creates a combined WarpgrapherConfig data structure from multiple WarpgrapherConfig structs WarpgrapherConfig: struct.WarpgrapherConfig.html

Type Definitions

WarpgrapherResolverFunc
WarpgrapherResolvers
WarpgrapherValidatorFunc
WarpgrapherValidators