the description for this gist
val categoriesFetcher = Fetcher( | |
(repo: ShopRepository, ids: Seq[CategoryId]) => repo.categories(ids) | |
)(HasId(_.id)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment