MCPcopy
hub / github.com/apache/devlake / GraphqlCollector

Struct GraphqlCollector

backend/helpers/pluginhelper/api/graphql_collector.go:87–92  ·  view source on GitHub ↗

GraphqlCollector help you collect data from Graphql services

Source from the content-addressed store, hash-verified

85
86// GraphqlCollector help you collect data from Graphql services
87type GraphqlCollector struct {
88 *RawDataSubTask
89 args *GraphqlCollectorArgs
90 workerErrors []error
91 batchSave *BatchSave
92}
93
94// ErrFinishCollect is an error which will finish this collector
95var ErrFinishCollect = errors.Default.New("finish collect")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected