Struct juniper::meta::ListMeta [−][src]
pub struct ListMeta<'a> { /* fields omitted */ }
List type metadata
Methods
impl<'a> ListMeta<'a>
[src]
impl<'a> ListMeta<'a>
pub fn new(of_type: Type<'a>) -> ListMeta<'a>
[src]
pub fn new(of_type: Type<'a>) -> ListMeta<'a>
Build a new list type by wrapping the specified type
pub fn into_meta(self) -> MetaType<'a>
[src]
pub fn into_meta(self) -> MetaType<'a>
Wrap the list in a generic meta type