Skip to main content

Drop Management Mutations

Manage drops with GraphQL mutations for creating, updating, and deleting drops.

Create Drop

Create a new drop with an existing token.
Variables:
Response:

Update Drop

Update an existing drop’s properties.
Variables:
Response:

Delete Drop

Delete a drop permanently.
Variables:
Response:

Update Drop Key

Rotate the private key for a drop (for security purposes).
Variables:
Response:

Input Types

CreateDropInput

UpdateDropInput

UpdateDropKeyInput

Error Handling

Drop Not Found

Response:

Access Denied

Response:

Invalid Input

Response:

Best Practices

1. Always Use Existing Tokens

2. Handle Errors Gracefully

3. Update Only Changed Fields

Common Use Cases

Create NFT Drop

Create Token Drop with Gating

Pause and Resume Drop

Update Drop Details