[][src]Trait cynic::QueryFragment

pub trait QueryFragment {
    type SelectionSet;
    type Arguments: FragmentArguments;
    fn fragment(arguments: Self::Arguments) -> Self::SelectionSet;
}

Associated Types

Loading content...

Required methods

fn fragment(arguments: Self::Arguments) -> Self::SelectionSet

Loading content...

Implementors

Loading content...