mutation upsertStructuredProperties($input: UpsertStructuredPropertiesInput!) { upsertStructuredProperties(input: $input) { properties { ...structuredPropertiesFields } } }