mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Merge pull request #471 from vincentfretin/patch-1
Fix typo Grapehne -> Graphene
This commit is contained in:
commit
8622989da9
|
@ -59,7 +59,7 @@ maintain minimal outgoing data requests.
|
|||
Using with Graphene
|
||||
-------------------
|
||||
|
||||
DataLoader pairs nicely well with Grapehne/GraphQL. GraphQL fields are designed
|
||||
DataLoader pairs nicely well with Graphene/GraphQL. GraphQL fields are designed
|
||||
to be stand-alone functions. Without a caching or batching mechanism, it's easy
|
||||
for a naive GraphQL server to issue new database requests each time a field is resolved.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user