skip
Directs the executor to skip this field or fragment when the if argument is true.
Locations
- FIELD
- FRAGMENT_SPREAD
- INLINE_FRAGMENT
Arguments
| Argument | Type | Description | 
|---|---|---|
| if | Boolean! | Skipped when true. | 
Queries
Directs the executor to skip this field or fragment when the if argument is true.
| Argument | Type | Description | 
|---|---|---|
| if | Boolean! | Skipped when true. |