Module finchers_juniper::execute[][src]

GraphQL executors.

In order to choose the strategy for executing GraphQL queries, the following GraphQL executors are provided:

Structs

CurrentThread
Nonblocking
WithSpawner

Traits

Schema

Trait representing a GraphQL schema.

SharedSchema

A helper trait for representing a Schema which can be shared between threads.

Functions

current_thread

Create a GraphQL executor from the specified RootNode.

nonblocking

Create a GraphQL executor from the specified RootNode.

with_spawner

Create a GraphQL executor from the specified RootNode and task executor.