Open
Description
Hi,
And thank you for this very good graphql implementation.
I am thinking about some possible enhancements, all related to performance :
-
Be able to ignore a field into the "where" argument
My need is to keep a field for display but to not be able to write a where clause with it.
Then I could prevent where database clause on fields that does not have database index. -
Have a global timeout parameter
If a request reach the timeout, an error is sent to the client and it should be very nice if we could stop the database request
Feel free to ask me more details if needed.