Struct juniper_rocket::GraphQLResponse [] [src]

pub struct GraphQLResponse(_, _);

Simple wrapper around the result of executing a GraphQL query

Trait Implementations

impl<'r> Responder<'r> for GraphQLResponse
[src]

[src]

Returns Ok if a Response could be generated successfully. Otherwise, returns an Err with a failing Status. Read more

Auto Trait Implementations