INPUT_OBJECT

VerifyOneTimePasswordInput

The required input for a VerifyOneTimePasswordInput mutation.

link GraphQL Schema definition

1input VerifyOneTimePasswordInput {
4
2# The one time password that needs to be verified.
3oneTimePassword: String!
7
5# The ID of the user attempting to verify a one time password.
6userID: ID!
8}