Schema Documentation

RefreshJwtAuthTokenInput

Description

Input for the refreshJwtAuthToken mutation.

Fields
Input FieldDescription
clientMutationId - String This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.
jwtRefreshToken - String! A valid, previously issued JWT refresh token. If valid a new Auth token will be provided. If invalid, expired, revoked or otherwise invalid, a new AuthToken will not be provided.
Example
{"clientMutationId":"abc123","jwtRefreshToken":"abc123"}