[][src]Trait cynic::InlineFragments

pub trait InlineFragments: Sized {
    type TypeLock;
    type Arguments: FragmentArguments;
    fn graphql_type() -> String;
fn fragments(
        arguments: &Self::Arguments
    ) -> Vec<(String, SelectionSet<'static, Self, Self::TypeLock>)>; }

Associated Types

Loading content...

Required methods

fn graphql_type() -> String

fn fragments(
    arguments: &Self::Arguments
) -> Vec<(String, SelectionSet<'static, Self, Self::TypeLock>)>

Loading content...

Implementors

Loading content...