Skip to content

Commit

Permalink
Remove typename and label from get feed messages query
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige committed Sep 5, 2023
1 parent fb7632d commit 7770751
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions frontend/src/services/graphql/Feed/listFeedMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ export const listFeedMessages = ({ targetUri, targetType, filter }) => ({
$filter: FeedMessageFilter
) {
getFeed(targetUri: $targetUri, targetType: $targetType) {
target {
__typename
... on DatasetTable {
label
}
... on Dataset {
label
}
... on DatasetStorageLocation {
label
}
... on Dashboard {
label
}
... on DataPipeline {
label
}
}
messages(filter: $filter) {
count
hasNext
Expand Down

0 comments on commit 7770751

Please sign in to comment.