Skip to main content
Qminder API home page
Search...
⌘K
Search...
Navigation
skip
API Reference
API Endpoints
Getting Started
Overview
RESTful API
Locations
Lines
Tickets
Users
Webhooks API
GraphQL API
Overview
Queries
Queries
Subscriptions
Types
Enums
Scalars
Inputs
Webhook Events
Overview
Locations
Lines
Tickets
skip
Directs the executor to skip this field or fragment when the
if
argument is true.
Copy
directive
@skip
(
if
:
Boolean
!
)
on
|
FIELD
|
FRAGMENT_SPREAD
|
INLINE_FRAGMENT
Arguments
skip
.
if
●
Boolean!
non-null
scalar
Skipped when true.
⌘I