INPUT_OBJECT

RefreshLoginInput

link GraphQL Schema definition

  • input RefreshLoginInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The refresh token gotten from the login mutation
  • refreshToken: String!
  • }