Skip to content

Commit

Permalink
Merge branch 'master' into david-leifker/elasticsearch-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Nov 2, 2022
2 parents f27e698 + aa06f31 commit f1d2c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions datahub-web-react/src/graphql/container.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ query getContainer($urn: String!) {
subTypes {
typeNames
}
entities(input: {}) {
...searchResults
entities(input: { start: 0, count: 1 }) {
total
}
container {
...entityContainer
Expand Down
3 changes: 0 additions & 3 deletions datahub-web-react/src/graphql/domain.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ query getDomain($urn: String!) {
}
}
}
entities(input: {}) {
...searchResults
}
}
}

Expand Down

0 comments on commit f1d2c22

Please sign in to comment.