Concrete UserSummary for representing metadata.
type UserMetadata implements UserSummary {id: ID! firstName: String lastName: String email: String! }