propertyUpdate
mutation
Update property
Modifies a property's name, visibility or ordering.
mutation {
propertyUpdate(companyId: Int!, propertyId: String!, data: PropertyEdit!): Property!
}Returns: Property!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
propertyId | String! | |
data | PropertyEdit! |