-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Why is this important?
- GraphQL is a powerful query language which gives the clients the opportunity to query the server and request for what they want. This graph relationship can be very heavy on the server. Hence data loaders help with caching e.t.c to reduce the number of queries run.
DEV NOTES
- Install a data loader and set it up on the platform.
Reactions are currently unavailable