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

pub struct Argument { /* fields omitted */ }

Metadata for an argument to a field

Methods

impl Argument
[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 GraphQLType<SchemaType> for Argument
[src]

The name of the GraphQL type to expose. Read more

The meta type representing this GraphQL type.

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

Resolve this interface or union into a concrete type Read more

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

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

impl Debug for Argument
[src]

Formats the value using the given formatter.

impl Clone for Argument
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more