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

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

Object type metadata

Methods

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

[src]

Build a new object type with the specified name and fields

[src]

Set the description for the object

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

[src]

Set the interfaces this type implements

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

[src]

Wrap this object type in a generic meta type

Trait Implementations

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

[src]

Formats the value using the given formatter.