Commit e251e800 authored by Paul Gascou-Vaillancourt's avatar Paul Gascou-Vaillancourt Committed by Paul Gascou-Vaillancourt

Prevent Apollo cache collapse with connection directive

parent 7c7bcd85
......@@ -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