Struct juniper_iron::GraphiQLHandler[][src]

pub struct GraphiQLHandler { /* fields omitted */ }
Expand description

Handler that renders GraphiQL - a graphical query editor interface

Implementations

Build a new GraphiQL handler targeting the specified URL.

The provided URL should point to the URL of the attached GraphQLHandler. It can be relative, so a common value could be "/graphql".

Trait Implementations

Produce a Response from a Request, with the possibility of error.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Convert self into a value of type T.

Convert self into a value of type T.

Convert self into a value of type T.

Convert self into a value of type T.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Get the TypeId of this object.