Skip to content

Commit

Permalink
refact: add new TransferCollectionQuery filters (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
kewitz committed Apr 16, 2024
1 parent 2304743 commit d00a293
Show file tree
Hide file tree
Showing 3 changed files with 761 additions and 115 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"dev": "nodemon --exec babel-node -- src/server",
"git:clean": "./scripts/git_clean.sh",
"graphql:update": "npm-run-all graphql:updateV1 graphql:updateV2",
"graphql:update:local": "cp ../frontend/lib/graphql/*.graphql src/graphql/ && prettier src/graphql/*.graphql --write",
"graphql:updateV1": "curl https://raw.githubusercontent.com/opencollective/opencollective-frontend/main/lib/graphql/schema.graphql --output src/graphql/schema.graphql && prettier src/graphql/schema.graphql --write",
"graphql:updateV2": "curl https://raw.githubusercontent.com/opencollective/opencollective-frontend/main/lib/graphql/schemaV2.graphql --output src/graphql/schemaV2.graphql && prettier src/graphql/schemaV2.graphql --write",
"lint": "eslint \"src/**/*.js\" \"test/**/*.js\"",
Expand Down
Loading

0 comments on commit d00a293

Please sign in to comment.