Skip to content

Is here query execution order? #1246

@Kagayakashi

Description

@Kagayakashi

I have custom debug from backend that have output into graphql with query field:

query { debug { ... }, otherField }

Problem is that if debug field is before otherField, then debug will be returned empty.
Debug will be empty because its executing first and after debug will be executed other field with debug methods inside.

Is here here any option to make the debug field execution at last?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions