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

pub trait UserFields {
    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; }

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.

Loading content...

Implementors

impl UserFields for User[src]

Loading content...