- Fixed bug: when trying to refresh token (`mutation` `refreshToken`) with invalid refresh_token,
the response should contain null values for `refreshExpiresIn` output fields,
but the exception was thrown.
Changed property `required` to False for the fields `refreshExpiresIn` for
classes `RefreshToken` and `RelayRefreshToken`