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

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

Metadata for an argument to a field

Methods

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

[src]

Set the description of the argument

This overwrites the description if any was previously set.

[src]

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

Type that may carry additional schema information Read more

[src]

The name of the GraphQL type to expose. Read more

[src]

The meta type representing this GraphQL type.

[src]

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

[src]

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

[src]

Resolve this interface or union into a concrete type Read more

[src]

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

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

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more