Struct juniper::meta::Argument [] [src]

pub struct Argument<'a> { /* fields omitted */ }

Metadata for an argument to a field

Methods

impl<'a> Argument<'a>
[src]

Set the description of the argument

This overwrites the description if any was previously set.

Set the default value of the argument

This overwrites the description if any was previously set.

Trait Implementations

impl<'a> GraphQLType for Argument<'a>
[src]

The expected context type for this GraphQL type Read more

The name of the GraphQL type to expose. Read more

The meta type representing this GraphQL type.

Return the concrete type name for this instance/union. Read more

Resolve the value of a single field on this type. Read more

Resolve this interface or union into a concrete type Read more

Resolve the provided selection set against the current object. Read more

impl<'a> Debug for Argument<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Argument<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more