Struct finchers_juniper::request::GraphQLResponse[][src]

pub struct GraphQLResponse { /* fields omitted */ }

A type representing the result from executing a GraphQL query.

Trait Implementations

impl Debug for GraphQLResponse
[src]

Formats the value using the given formatter. Read more

impl Output for GraphQLResponse
[src]

The type of response body.

The error type of respond().

Converts self into an HTTP response.

Auto Trait Implementations