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

pub trait QueryTrailProgressionRunExtensions<'a, K> {
    fn progress_ms(&self) -> bool;
fn run(&self) -> QueryTrail<'a, Run, NotWalked>;
fn leaderboard_run(&self) -> QueryTrail<'a, LeaderboardRun, NotWalked>; }

Extension trait for QueryTrail to inspect incoming queries.

Required methods

fn progress_ms(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn run(&self) -> QueryTrail<'a, Run, NotWalked>

Walk the trail into a field.

Generated by juniper-from-schema.

fn leaderboard_run(&self) -> QueryTrail<'a, LeaderboardRun, NotWalked>

Walk the trail into a field.

Generated by juniper-from-schema.

Loading content...

Implementors

impl<'a, K> QueryTrailProgressionRunExtensions<'a, K> for QueryTrail<'a, ProgressionRun, K>[src]

Loading content...