Skip to main content

Arguments

Returns

InitiateMoveOutAndMoveInResponse!

Returned when a customer initiates a Move Out and MoveIn from their MyPage.

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

mutation InitiateMoveOutAndMoveIn($input: InitiateMoveOutAndMoveInInput!) { initiateMoveOutAndMoveIn(input: $input) { ... on CommonError { ...CommonErrorFragment } ... on MoveInDateInvalid { ...MoveInDateInvalidFragment } ... on MoveOutAndMoveInInitiated { ...MoveOutAndMoveInInitiatedFragment } ... on MoveOutDateInvalid { ...MoveOutDateInvalidFragment } } }

Variables

Response

{ "data": { "initiateMoveOutAndMoveIn": CommonError } }