Docs
Dashboard

customerAccessTokenRefresh

Mutation

Refreshes a customer access token using the refresh token. The refresh token is used to obtain a new access token without requiring the customer to log in again.

#

Arguments


input
CustomerAccessTokenRefreshInput!Required

The fields used to refresh a customer access token.

#

Payload


customerAccessToken
CustomerAccessToken

The customer access token associated with this customer access token refresh payload.

errors
[CustomerAccessTokenRefreshError!]

User-facing errors that prevented the operation from succeeding.