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

pub trait QueryTrailLevelExtensions<'a, K> {
    fn id(&self) -> bool;
fn src_id(&self) -> bool;
fn slug(&self) -> bool;
fn src_slug(&self) -> bool;
fn name(&self) -> bool; }

Extension trait for QueryTrail to inspect incoming queries.

Required methods

fn id(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn src_id(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn slug(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn src_slug(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

fn name(&self) -> bool

Check if a scalar leaf node is queried for

Generated by juniper-from-schema.

Loading content...

Implementors

impl<'a, K> QueryTrailLevelExtensions<'a, K> for QueryTrail<'a, Level, K>[src]

Loading content...