Skip to main content

AgentResetPasswordPayload

Autogenerated return type of AgentResetPassword

type AgentResetPasswordPayload {
clientMutationId: String
errors: [UserError!]!
}

Fields

AgentResetPasswordPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AgentResetPasswordPayload.errors ● [UserError!]! non-null object common

Errors related to user input

Returned by

agentResetPassword mutation