Skip to content

Commit

Permalink
make version diff working (FRINXio/topology-discovery#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
soson committed Feb 27, 2024
1 parent 23c522c commit 075de45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions src/__generated__/topology-discovery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/external-api/topology-discovery-graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const GET_BACKUPS = gql`

const GET_TOPOLOGY_DIFF = gql`
query topologyDiff($new_db: String!, $old_db: String!) {
topologyDiff(new_db: $new_db, old_db: $old_db, collection_type: phy) {
topologyDiff(new_db: $new_db, old_db: $old_db, collection_type: PhysicalTopology) {
diff_data
}
}
Expand Down

0 comments on commit 075de45

Please sign in to comment.