Trait bluejay_core::executable::AbstractSelection
source · pub trait AbstractSelection: Into<Selection<Self::Field, Self::FragmentSpread, Self::InlineFragment>> + AsRef<Selection<Self::Field, Self::FragmentSpread, Self::InlineFragment>> {
type Field: Field;
type FragmentSpread: FragmentSpread;
type InlineFragment: InlineFragment;
}