occupy
Add details to an existing occupier account.
Arguments
Returns
OccupyOutputTypeExamples
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.
mutation Occupy($input: OccupyInput!) {
occupy(input: $input) {
account {
...AccountInterfaceFragment
}
}
}
Variables
{
"input": OccupyInput
}
Response
{
"data": {
"occupy": {
"account": AccountInterface
}
}
}