Trait async_graphql::types::connection::ConnectionNameType
source · [−]pub trait ConnectionNameType: Send + Sync {
fn type_name<T: OutputType>() -> String;
}
Expand description
Used to specify the connection name.
Required Methods
fn type_name<T: OutputType>() -> String
fn type_name<T: OutputType>() -> String
Returns the connection type name.