INPUT_OBJECT

CreatePasswordUpdateRequest

link GraphQL Schema definition

1input CreatePasswordUpdateRequest {
4
2# The user's ID
3id: ID!
7
5# Optionally specify whether we should skip sending the reset email.
6skipPasswordResetEmail: Boolean
8}