ViewerRefreshTokenUnion
If mutation is successful, the AuthenticatePayload will be returned, otherwise a MutationError is returned.
union ViewerRefreshTokenUnion = MutationError | AuthenticatePayload
Possible types
ViewerRefreshTokenUnion.MutationError object
Has errors for a mutation
ViewerRefreshTokenUnion.AuthenticatePayload object
Returned by
ViewerRefreshToken mutation