UnlockCardResponse
No description
union UnlockCardResponse =
| BadRequestError
| InternalServerError
| UnlockCardResult
Possible types
UnlockCardResponse.BadRequestError object
Returned when there is an error in the request.
UnlockCardResponse.InternalServerError object
Returned when an error is encountered that is not expected.
UnlockCardResponse.UnlockCardResult object
Returned By
unlockCard mutation