Struct tsukuyomi_juniper::GraphQLResponse[][src]

pub struct GraphQLResponse { /* fields omitted */ }

The result of executing a GraphQL query.

Methods

impl GraphQLResponse
[src]

Trait Implementations

impl Debug for GraphQLResponse
[src]

Formats the value using the given formatter. Read more

impl Responder for GraphQLResponse
[src]

Converts self to an HTTP response.

Auto Trait Implementations