> For the complete documentation index, see [llms.txt](https://docs.cartesi.io/llms.txt)

---
id: skip
title: skip
hide_table_of_contents: false
---


Directs the executor to skip this field or fragment when the `if` argument is true.

```graphql
directive @skip(
  if: Boolean!
)
```


### Arguments

#### [`if`](#) ([`Boolean!`](../../scalars/boolean))

Skipped when true.




