Arguments
String!
required
The refreshToken issued to get a new access token.
Returns
RefreshUserAccessTokenResponse — Represents the response returned from the generateUserAccessToken mutation.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
mutation {
refreshUserAccessToken(
refreshToken: String!
): RefreshUserAccessTokenResponse
}
RefreshUserAccessTokenResponse — Represents the response returned from the generateUserAccessToken mutation.