mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
gql: add data platform instance to search fragment (#12472)
This commit is contained in:
parent
1ca95cc2ab
commit
d8ac6cd258
@ -954,6 +954,9 @@ fragment searchResultsWithoutSchemaField on Entity {
|
||||
...versionProperties
|
||||
}
|
||||
}
|
||||
... on DataPlatformInstance {
|
||||
...dataPlatformInstanceFields
|
||||
}
|
||||
}
|
||||
|
||||
fragment searchResultFields on Entity {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user