Skip to main content

Drop Queries

Query drops and their related data using GraphQL.

Basic Drop Queries

Get Single Drop

Retrieve a specific drop by ID or shortcode.
Variables:
Response:

List Drops

Get multiple drops with filtering and pagination.
Variables:

Get My Drops

Retrieve all drops created by the authenticated user.

Get Recent Drops

Get the most recently created drops by the authenticated user.

Drop Analytics

Drop Dashboard Stats

Get comprehensive statistics for a specific drop.
Variables:
Response:

Advanced Drop Queries

Drop with Complete Relations

Get a drop with all its related data.

Multiple Drops with Filters

Get drops with different filtering criteria.

Error Handling

Drop Not Found

Response:

Invalid Parameters

Response:

Best Practices

1. Request Only Needed Fields

2. Use Pagination

3. Handle Null Values

Common Use Cases

Dashboard Overview

Drop Management

Public Drop Display