[][src]Module df_st_api::graphql

Structs

Context

GraphQL Context

MutationRoot

Struct for adding and modifiable data using GraphQL

QueryRoot

Struct for querying and searching for data using GraphQL

Statics

static_rocket_route_info_for_get_graphql_handler

Rocket code generated static route info.

static_rocket_route_info_for_graphiql

Rocket code generated static route info.

static_rocket_route_info_for_graphiql_playground

Rocket code generated static route info.

static_rocket_route_info_for_post_graphql_handler

Rocket code generated static route info.

Functions

get_graphql_handler

Get GraphQL request using GET method

graphiql

Open a GraphiQL page for testing GraphQL syntax

graphiql_playground

Open a GraphQL Playground page for testing GraphQL syntax

post_graphql_handler

Get GraphQL request using POST method

rocket_route_fn_get_graphql_handler

Rocket code generated wrapping route function.

rocket_route_fn_graphiql

Rocket code generated wrapping route function.

rocket_route_fn_graphiql_playground

Rocket code generated wrapping route function.

rocket_route_fn_post_graphql_handler

Rocket code generated wrapping route function.

Type Definitions

Schema

Schema for GraphQL