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

Merge branch 'remove-user-email' into 'main'

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

See merge request !79
parents cc9fb95d 3e403b0f
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