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

pub struct InterfaceMeta { /* fields omitted */ }

Interface type metadata

Methods

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

Formats the value using the given formatter.