diff --git a/backend/src/schema/types/type/EmailAddress.gql b/backend/src/schema/types/type/EmailAddress.gql index 0516d72c4..4bf8ff724 100644 --- a/backend/src/schema/types/type/EmailAddress.gql +++ b/backend/src/schema/types/type/EmailAddress.gql @@ -1,6 +1,5 @@ type EmailAddress { - id: ID! - email: String! + email: ID! verifiedAt: String createdAt: String }