|
|
|
|
|
by IpV8
3155 days ago
|
|
How do you do backend optimizations with GraphQL? For example can I limit the number of records someone can ask for from the backend? Can I limit the time the query runs on my database from the backed? Can I change the order of joins so that my indexed column is hit first? Or hard set what index is used for that rare case that the database tries to use the wrong one? |
|