Skip to content

Various possible enhancements regarding performance #39

Open
@ludovicmotte

Description

@ludovicmotte

Hi,
And thank you for this very good graphql implementation.

I am thinking about some possible enhancements, all related to performance :

  1. 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.

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions