warren830 commented on code in PR #4051:
URL:
https://github.com/apache/incubator-devlake/pull/4051#discussion_r1058687370
##########
plugins/helper/graphql_collector.go:
##########
@@ -66,6 +66,8 @@ type GraphqlCollectorArgs struct {
// how many times fetched from input, default 1 means only fetch once
// NOTICE: InputStep=1 will fill value as item and InputStep>1 will
fill value as []item
InputStep int
+ // Incremental indicate if this is a incremental collection, the
existing data won't get deleted if it was true
+ Incremental bool `comment:""`
Review Comment:
This comes from api_collector, I will delete it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]