INPUT_OBJECT

ChangeUsernameInput

Input for a change username.

link GraphQL Schema definition

1input ChangeUsernameInput {
4
2# The new login for the user.
3login: String!
7
5# User id of the user being updated.
6userID: ID!
8}