[][src]Trait speedruns::data::graphql::LevelFields

pub trait LevelFields {
    fn field_id<'a>(&self, executor: &Executor<'a, Context>) -> ID;
fn field_src_id<'a>(&self, executor: &Executor<'a, Context>) -> String;
fn field_slug<'a>(&self, executor: &Executor<'a, Context>) -> &String;
fn field_src_slug<'a>(&self, executor: &Executor<'a, Context>) -> String;
fn field_name<'a>(&self, executor: &Executor<'a, Context>) -> &String; }

Trait for GraphQL field methods generated by juniper-from-schema.

Required methods

fn field_id<'a>(&self, executor: &Executor<'a, Context>) -> ID

Field method generated by juniper-from-schema.

fn field_src_id<'a>(&self, executor: &Executor<'a, Context>) -> String

Field method generated by juniper-from-schema.

fn field_slug<'a>(&self, executor: &Executor<'a, Context>) -> &String

Field method generated by juniper-from-schema.

fn field_src_slug<'a>(&self, executor: &Executor<'a, Context>) -> String

Field method generated by juniper-from-schema.

fn field_name<'a>(&self, executor: &Executor<'a, Context>) -> &String

Field method generated by juniper-from-schema.

Loading content...

Implementors

impl LevelFields for Level[src]

Loading content...