mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove all queries for emails
This commit is contained in:
parent
0d61788e95
commit
820b4b506b
@ -145,7 +145,6 @@ export const login = gql`
|
||||
mutation($email: String!, $password: String!, $publisherId: Int) {
|
||||
login(email: $email, password: $password, publisherId: $publisherId) {
|
||||
gradidoID
|
||||
email
|
||||
firstName
|
||||
lastName
|
||||
language
|
||||
|
||||
@ -3,7 +3,6 @@ import gql from 'graphql-tag'
|
||||
export const verifyLogin = gql`
|
||||
query {
|
||||
verifyLogin {
|
||||
email
|
||||
firstName
|
||||
lastName
|
||||
language
|
||||
@ -40,7 +39,6 @@ export const transactionsQuery = gql`
|
||||
firstName
|
||||
lastName
|
||||
gradidoID
|
||||
email
|
||||
}
|
||||
decay {
|
||||
decay
|
||||
@ -102,9 +100,9 @@ export const queryTransactionLink = gql`
|
||||
redeemedAt
|
||||
deletedAt
|
||||
user {
|
||||
gradidoID
|
||||
firstName
|
||||
publisherId
|
||||
email
|
||||
}
|
||||
}
|
||||
... on ContributionLink {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user