datahub/datahub-web-react/src/graphql/structuredProperties.graphql

8 lines
209 B
GraphQL
Raw Normal View History

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