BUGFIX: 'email' attribute is the ID

This commit is contained in:
ogerly 2019-08-21 12:50:30 +02:00
parent 36ce6361ec
commit 2b634b8706

View File

@ -1,6 +1,5 @@
type EmailAddress {
id: ID!
email: String!
email: ID!
verifiedAt: String
createdAt: String
}