Skip to main content

Arguments

input : AddPropertyInput! required

Input fields for adding a property to an account.

Returns

AddProperty

Add a property to an account.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can create property

Rate Limits

Key Steps
user ['5/m']

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 AddProperty($input: AddPropertyInput!) { addProperty(input: $input) { property { ...PropertyTypeFragment } } }

Variables

{ "input": AddPropertyInput }

Response

{ "data": { "addProperty": { "property": PropertyType } } }