Drop updateQuery from DAST profiles queries
This removes deprecated updateQuery usages from DAST profiles queries. It is being replaced by ApolloClient's concatPagination merge strategy. Additionally, the optimistic profile removal is now done with the .evicts method to prevent the merge strategy from being hit again, which would result in duplicated items being displayed.
Showing
Please register or sign in to comment