[][src]Trait async_graphql_tide::ResponseExt

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

Tide response extension

Required methods

fn body_graphql(self, res: Response) -> 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...