Skip to content

Commit

Permalink
List ledger entries query (#3)
Browse files Browse the repository at this point in the history
* add ListLedgerEntries to graphql

* go run main.go --input queries/queries.graphql --output queries/queries.go

* fix query

* fix query

* allow more boxes for ci
  • Loading branch information
snoble authored May 14, 2024
1 parent d695531 commit da97d43
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
ci:
name: CI
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.20', '1.21', '1.22']
Expand Down
334 changes: 334 additions & 0 deletions queries/queries.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da97d43

Please sign in to comment.