Skip to content

Commit

Permalink
Add updateLedgerEntry query (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
amccarthy1 authored May 23, 2024
1 parent fada4a4 commit f4ed5b2
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
test:
go test -cover ./...

codegen:
go run main.go \
--input=queries/queries.graphql \
--output=queries/queries.go \
--package=queries

lint:
go fmt ./...
Loading

0 comments on commit f4ed5b2

Please sign in to comment.