mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Fix typo
Co-authored-by: Justin Miller <justinrmiller@users.noreply.github.com>
This commit is contained in:
parent
380166989d
commit
13c661332e
|
@ -4,7 +4,7 @@ Dataloader
|
||||||
DataLoader is a generic utility to be used as part of your application's
|
DataLoader is a generic utility to be used as part of your application's
|
||||||
data fetching layer to provide a simplified and consistent API over
|
data fetching layer to provide a simplified and consistent API over
|
||||||
various remote data sources such as databases or web services via batching
|
various remote data sources such as databases or web services via batching
|
||||||
and caching. It is provided by a seperate package `aiodataloader <https://pypi.org/project/aiodataloader/>`.
|
and caching. It is provided by a separate package `aiodataloader <https://pypi.org/project/aiodataloader/>`.
|
||||||
|
|
||||||
|
|
||||||
Batching
|
Batching
|
||||||
|
|
Loading…
Reference in New Issue
Block a user