LUDevNet / ParadoxServer

Server-side component of LU-Explorer
https://lu-dev.net/lu-explorer
4 stars 3 forks source link

GraphQL: Support LIMIT and OFFSET #40

Open lcdr opened 1 week ago

lcdr commented 1 week ago

For pagination usecases where the SQL API is used currently. Also for missions, where the display icon is the first mission task's icon (currently all tasks are queried and transferred, making this inefficient). For missions, an alternative that might be preferable is adding a new column for the display icon, as this fits the data shape better and allows skipping mission task queries entirely.