| 13 | const graphqlApiBaseUrl = process.env.DIGRAPH_API_BASE_URL || 'http://localhost:8080' |
| 14 | |
| 15 | class ServerFetcher extends FetcherBase { |
| 16 | constructor() { |
| 17 | super() |
| 18 | this.payloads = {} |
nothing calls this directly
no outgoing calls
no test coverage detected