Trait async_graphql::types::connection::ConnectionNameType   
source · pub trait ConnectionNameType: Send + Sync {
    // Required method
    fn type_name<T: OutputType>() -> String;
}Expand description
Used to specify the connection name.
Required Methods§
sourcefn type_name<T: OutputType>() -> String
 
fn type_name<T: OutputType>() -> String
Returns the connection type name.
Object Safety§
This trait is not object safe.