Trait async_graphql::types::connection::EdgeNameType

source ·
pub trait EdgeNameType: Send + Sync {
    // Required method
    fn type_name<T: OutputType>() -> String;
}
Expand description

Used to specify the edge name.

Required Methods§

source

fn type_name<T: OutputType>() -> String

Returns the edge type name.

Object Safety§

This trait is not object safe.

Implementors§