propertyCreate
mutation
Create property
Adds a new property (with its values) to an existing property group.
mutation {
propertyCreate(companyId: Int!, propertyGroupId: String!, data: PropertyCreate!): Property!
}Returns: Property!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
propertyGroupId | String! | |
data | PropertyCreate! |