pub trait TypeName: Send + Sync { fn type_name() -> Cow<'static, str>; }
Used to specify the GraphQL Type name.
Returns a GraphQL type name.