[][src]Module warpgrapher::engine::objects

Contains the input, node, and relationship data structures used for Warpgrapher's auto-generated CRUD query endpoints. Optionally, these structured are available for use by custom resolver code, as well.

Structs

Node

Represents a node in the graph data structure for auto-generated CRUD operations and custom resolvers.

Rel

Represents a relationship in the graph data structure for auto-generated CRUD operations and custom resolvers.

Traits

GraphQLType

Primary trait used to expose Rust types in a GraphQL schema