[][src]Trait speedruns::data::graphql::query_trails::QueryTrailPlayerExtensions

pub trait QueryTrailPlayerExtensions<'a, K> {
    fn name(&self) -> bool;
fn user(&self) -> QueryTrail<'a, User, NotWalked>;
fn is_guest(&self) -> bool; }

Extension trait for QueryTrail to inspect incoming queries.

Required methods

fn name(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn user(&self) -> QueryTrail<'a, User, NotWalked>

Walk the trail into a field.

Generated by juniper-from-schema.

fn is_guest(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

Loading content...

Implementors

impl<'a, K> QueryTrailPlayerExtensions<'a, K> for QueryTrail<'a, Player, K>[src]

Loading content...