Skip to content

Top level fields with skip/include directives ignored for mutations #216

Description

@rramaa-dh

This is duplicate of #65.
After the fix for that issue, now the top level fields are skipped/included for queries. But the same does not work for mutations

query getTodos @skip(if: true) {
    // this works and the query is skipped
}

mutation createTodos @skip(if: true) {
    // this does not work and the mutation is executed
}

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