Skip to content

Commit

Permalink
gql: add data platform instance to search fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka committed Jan 27, 2025
1 parent 1ca95cc commit 6eec4a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datahub-web-react/src/graphql/search.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,9 @@ fragment searchResultsWithoutSchemaField on Entity {
...versionProperties
}
}
... on DataPlatformInstance {
...dataPlatformInstanceFields
}
}

fragment searchResultFields on Entity {
Expand Down

0 comments on commit 6eec4a8

Please sign in to comment.