[][src]Trait async_graphql_tide::ResponseExt

pub trait ResponseExt: Sized {
    fn body_graphql(self, res: Result<QueryResponse>) -> Result<Self>;
}

Tide response extension

Required methods

fn body_graphql(self, res: Result<QueryResponse>) -> Result<Self>

Set Body as the result of a GraphQL query.

Loading content...

Implementations on Foreign Types

impl ResponseExt for Response[src]

Loading content...

Implementors

Loading content...