Function finchers_juniper::execute::current_thread[][src]

pub fn current_thread<S>(schema: S) -> CurrentThread<S> where
    S: Schema

Create a GraphQL executor from the specified RootNode.

The endpoint created by this executor will execute the GraphQL queries on the current thread.