Skip to content

Commit

Permalink
fix(graphql/getDataset): Do not fetch parent for schema fields
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Sep 19, 2024
1 parent 473fb05 commit 06ea613
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions datahub-web-react/src/graphql/fragments.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -758,16 +758,6 @@ fragment schemaFieldFields on SchemaField {
}
}
}
parent {
urn
type
...entityDisplayNameFields
... on Dataset {
platform {
...platformFields
}
}
}
}
}

Expand Down

0 comments on commit 06ea613

Please sign in to comment.