Struct finchers_juniper::request::GraphQLRequest[][src]

pub struct GraphQLRequest(_);

A type representing the decoded GraphQL query obtained by parsing an HTTP request.

Methods

impl GraphQLRequest
[src]

Executes a GraphQL query represented by this value using the specified schema and context.

Trait Implementations

impl Debug for GraphQLRequest
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations