mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Method param renamed to optin instead of option
This commit is contained in:
parent
7f91e5b937
commit
c108c0c21a
@ -144,7 +144,7 @@ export const listGDTEntriesQuery = gql`
|
|||||||
|
|
||||||
export const checkEmailQuery = gql`
|
export const checkEmailQuery = gql`
|
||||||
query ($optin: String!) {
|
query ($optin: String!) {
|
||||||
checkEmail(option: $optin) {
|
checkEmail(optin: $optin) {
|
||||||
email
|
email
|
||||||
sessionId
|
sessionId
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user