INPUT_OBJECT
PropertySettingsInput
Settings group.
link GraphQL Schema definition
- input PropertySettingsInput {
- # The commission information that can be exposed.
- : AgencyCommissionsInput
- # The current rent details.
- : PriceInput
- # A note field.
- : String
- # The mandate details.
- : MandateSettingsInput
- # Some settings.
- : OfficeSettingsInput
- }