Struct juniper::meta::InputObjectMeta [] [src]

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

Input object metadata

Methods

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

Build a new input type with the specified name and input fields

Set the description of the type

If a description was provided prior to calling this method, it will be overwritten.

Wrap this union type in a generic meta type

Trait Implementations

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

Formats the value using the given formatter.