mutation userCurrentAccessTokenDelete($tokenId: ID!) { userCurrentAccessTokenDelete(tokenId: $tokenId) { success errors { ...errors } } }