Skip to main content
Qminder API home page
Search...
⌘K
Search...
Navigation
skip
API Reference
API Endpoints
Getting Started
Overview
Integration Templates
CRM Integration Template
RESTful API
Locations
Lines
Tickets
Appointments
Users
Webhooks
GraphQL API
Overview
Example 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