SessionVerifyCodeInput
No description
input SessionVerifyCodeInput {
  clientMutationId: String
  code: String!
  options: SessionVerifyCodeOptionsInput!
}
Fields
SessionVerifyCodeInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
SessionVerifyCodeInput.code ● String! non-null scalar
The code to check
SessionVerifyCodeInput.options ● SessionVerifyCodeOptionsInput! non-null input
Member Of
verifyCode  mutation