Struct juniper::meta::InterfaceMeta [] [src]

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

Interface type metadata

Methods

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

Build a new interface type with the specified name and fields

Set the description of the type

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

Wrap this interface type in a generic meta type

Trait Implementations

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

Formats the value using the given formatter.