Skip to content
Snippets Groups Projects
Commit 3e403b0f authored by Yannis Barlas's avatar Yannis Barlas
Browse files

fix(models): remove non-existent user.email field from api

parent cc9fb95d
No related branches found
No related tags found
1 merge request!79fix(models): remove non-existent user.email field from api
......@@ -10,7 +10,6 @@ type User {
id: ID!
created: DateTime!
updated: DateTime!
email: String!
username: String
surname: String
givenNames: String
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment