Skip to content

Instantly share code, notes, and snippets.

View dlh3's full-sized avatar
🇨🇦
coding

Dave Hughes dlh3

🇨🇦
coding
View GitHub Profile
@dlh3
dlh3 / costco-receipts-extractor-snippet.js
Last active February 24, 2025 07:24
Costco Receipts Extractor
//////////////////////
// QUERIES
//////////////////////
const Query = (function() {
const receiptsWithCounts = {
name: 'receiptsWithCounts',
query: `{"query":"query
receiptsWithCounts($startDate: String!, $endDate: String!, $documentType: String!, $documentSubType: String!) {
receiptsWithCounts(startDate: $startDate, endDate: $endDate, documentType: $documentType, documentSubType: $documentSubType) {
receipts {