Setting GraphQL depth limit to 10 (#109)
* Setting GraphQL depth limit to 10
* Set env var for GraphQL depth
Used safe var helper to ensure proper integer is being used for GraphQL depth
Using Node 24.14.0, as directed to make CI happy
* Cleared merge conflict
* Logging error instead of throwing error
* Use jsonStringify for logging invalid env var
This change addresses ESLint warning about type safety of JSON.stringify.
Co-authored-by: Paweł Wieczorek <pawiecz@collabora.com>
authored by