DataLoader icon indicating copy to clipboard operation
DataLoader copied to clipboard

DataLoader is a generic utility to be used as part of your Swift application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web...

Results 2 DataLoader issues
Sort by recently updated
recently updated
newest added
trafficstars

This also brings this package's CI up-to-date with GraphQLSwift's other packages like [GraphQL](https://github.com/GraphQLSwift/GraphQL) and [Graphiti](https://github.com/GraphQLSwift/Graphiti)

Adopts the more common (now-a-days) swift-async-algorithms for the simple async collection needs of this package. Helps adopt the standardized ecosystem where many other packages use swift-async-algorithms.