INPUT_OBJECT

ResetUsernameInput

Input for a username reset.

link GraphQL Schema definition

1input ResetUsernameInput {
4
2# The new login for the user.
3login: String!
7
5# The authorization token for the username reset.
6resetUsernameToken: String!
8}