lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 467b5c6a authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '352085-dast-profiles-cache-key' into 'master'

Prevent Apollo cache collapse with connection directive

See merge request gitlab-org/gitlab!80011
parents 6474f6c8 e251e800
......@@ -4,7 +4,7 @@ query SavedScans($fullPath: ID!, $after: String, $before: String, $first: Int, $
project(fullPath: $fullPath) {
id
pipelines: dastProfiles(after: $after, before: $before, first: $first, last: $last)
@connection(key: "dastProfiles") {
@connection(key: "dastProfilesList") {
pageInfo {
...PageInfo
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment