Skip to content

Commit

Permalink
fix(dataset): improve glossary term load performance for datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
Reilman79 committed Nov 9, 2022
1 parent bb36c80 commit 8c2dc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datahub-web-react/src/graphql/dataset.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fragment nonSiblingDatasetFields on Dataset {
...globalTagsFields
}
glossaryTerms {
...glossaryTerms
...simplifiedGlossaryTerms
}
subTypes {
typeNames
Expand Down

0 comments on commit 8c2dc02

Please sign in to comment.