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

pub struct ObjectMeta {
    // some fields omitted
}

Object type metadata

Methods

impl ObjectMeta
[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 Debug for ObjectMeta
[src]

Formats the value using the given formatter.