Expand description

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

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

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

Enums

Represents a reference to a Node object as either an [Identifier] containing a type and id, or a complete Node struct.

Traits

Primary trait used to expose Rust types in a GraphQL schema.

Extension of GraphQLType trait with asynchronous queries/mutations resolvers.

Primary trait used to resolve GraphQL values.

Extension of GraphQLValue trait with asynchronous queries/mutations resolvers.