mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-18 22:28:01 +00:00
8 lines
209 B
GraphQL
8 lines
209 B
GraphQL
![]() |
mutation upsertStructuredProperties($input: UpsertStructuredPropertiesInput!) {
|
||
|
upsertStructuredProperties(input: $input) {
|
||
|
properties {
|
||
|
...structuredPropertiesFields
|
||
|
}
|
||
|
}
|
||
|
}
|