[][src]Function cynic::selection_set::field

pub fn field<'a, DecodesTo, TypeLock, InnerTypeLock>(
    field_name: &str,
    arguments: Vec<Argument>,
    selection_set: SelectionSet<'a, DecodesTo, InnerTypeLock>
) -> SelectionSet<'a, DecodesTo, TypeLock> where
    DecodesTo: 'a, 

Selects a field from a GraphQL object, decoding it with another SelectionSet