Struct juniper::meta::ObjectMeta [] [src]

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

Object type metadata

Methods

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

Build a new object type with the specified name and fields

Set the description for the object

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

Set the interfaces this type implements

If a list of interfaces already was provided prior to calling this method, they will be overwritten.

Wrap this object type in a generic meta type

Trait Implementations

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

Formats the value using the given formatter.