PropertyIntendedUsesInput
Provides the capabilities for dealing with property's intended uses.
input PropertyIntendedUsesInput {
id: ID!
uses: [PropertyIntendedUseInput!]
}
Fields
PropertyIntendedUsesInput.id ● ID! non-null scalar
The property's unique identifier.
PropertyIntendedUsesInput.uses ● [PropertyIntendedUseInput!] list input
The property's intended uses.
Member Of
updatePropertyIntendedUses mutation