Struct juniper::Arguments [] [src]

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

Field argument container

Methods

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

[src]

Get and convert an argument into the desired type.

If the argument is found, or a default argument has been provided, the InputValue will be converted into the type T.

Returns Some if the argument is present and type conversion succeeeds.