mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Added the checkUsername query.
This commit is contained in:
parent
18505716dc
commit
ef69683cbb
@ -115,3 +115,11 @@ export const sendResetPasswordEmail = gql`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
export const checkUsername = gql`
|
||||||
|
query($username: String!) {
|
||||||
|
checkUsername(username: $username) {
|
||||||
|
state
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user