pub type Name = String;
An alias for string, used where graphql expects a name
pub struct Name { /* private fields */ }