Owners Mutation
Mutation enables to create or update owner in EverReal
Mutation Types
Mutations are responsible to insert or update a specific register, the operation insert or update is defined by externalId
, in case this owner was imported previously, this mutation will updated the resource, otherwise will create the property.
Here are details on the capabilities of different mutations
The upsertOwner
mutation is used to create or update an owner in Everreal system and owners added to the system cannot be modified by Everreal and if needs to be modified it should be done via the same endpoint itself.The
deleteOwner
mutation is used to delete the owner relation with the external integration source, doing this will not delete the owner but instead it will remain as a detached owner from integration and can be modified using Everreal.
Schema Definition
items with ! notation are required
Below we are providing a full example how to create or update an owner, all this information is not required, only the ones that was using ! notation previously.
Last updated