Struct finchers_juniper::graphiql::GraphiQLSource[][src]

pub struct GraphiQLSource { /* fields omitted */ }

Methods

impl GraphiQLSource
[src]

Regenerate the GraphiQL interface with the specified endpoint URL.

Trait Implementations

impl Debug for GraphiQLSource
[src]

Formats the value using the given formatter. Read more

impl<'a> Endpoint<'a> for GraphiQLSource
[src]

The inner type associated with this endpoint.

The type of value which will be returned from apply.

Perform checking the incoming HTTP request and returns an instance of the associated Future if matched. Read more

Add an annotation that the associated type Output is fixed to T.

Converts self using the provided Wrapper.

Auto Trait Implementations