EmailType
No description
type EmailType {
id: String
address: String
verified: Boolean
}
Fields
EmailType.id
● String
scalar
EmailType.address
● String
scalar
EmailType.verified
● Boolean
scalar
Member of
UserType
object