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

pub trait QueryTrailStatsExtensions<'a, K> {
    fn last_updated(&self) -> bool;
fn games(&self) -> bool;
fn runs(&self) -> bool;
fn version(&self) -> bool; }

Extension trait for QueryTrail to inspect incoming queries.

Required methods

fn last_updated(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn games(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn runs(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn version(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

Loading content...

Implementors

impl<'a, K> QueryTrailStatsExtensions<'a, K> for QueryTrail<'a, Stats, K>[src]

Loading content...