POST https://api.boxpressd.com/graphql. Every request requires a developer key.
Available queries
Public catalog queries include:node,cigar, andsearchCigarsbrandandbrandsproduct,products, andproductByBarcodevenueandvenueseventandeventsuser, with public profile fields only unless you query your own scoped profile
Pagination and limits
Connections usefirst and opaque after cursors. The default page size is 20; the maximum is 100.
The API rejects operations that exceed these limits before resolver execution:
- Maximum depth:
8 - Maximum aliases:
20 - Maximum root fields:
10 - Default maximum calculated cost:
1,000
Mutations that write data on behalf of a connected user are coming soon. Requesting a write-oriented OAuth scope does not make a mutation available today.