Open aignerjo opened 4 years ago
Perhaps using one data loader for all and retrieve the requested field in the resolver itself
this.renewableLoader.load(...).windOnshore
this.renewableLoader.load(...).windOffshore
this.renewableLoader.load(...).solar
Currently we use three different requests to retrieve solar, wind (onshore) and wind (offshore). These fields can be resolved using a single request to the api.