Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Error: Something went wrong while executing your query #8

@Mr-KayJayDee

Description

@Mr-KayJayDee

Hello, I got an answer from github with this issue : #6 .

Here is:

Hi there,

Thanks for reaching out and I apologize for the delay in getting back to you on this

Looking at the logs, It looks like you are hitting timeouts on our GraphQL API. All API requests, both for the REST API and GraphQL API, have a 10 second limit on execution time. If that limit is reached for a request, the request is terminated. That behaviour is expected and we're not able to increase this 10-second limit.

This normally happens when the query used involves too much data, so the way to avoid timeouts is to write smaller queries. Requests that touch a lot of data should be split into several smaller queries and executed separately.

Hope this helps and sorry again for the delay.

How can I split into several queries ?

Thanks for the answer. 🙃

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions