Skip to content

Commit

Permalink
Add GetWorkspace query (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshwerv authored May 15, 2024
1 parent da97d43 commit 4edf64b
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 13 deletions.
86 changes: 73 additions & 13 deletions queries/queries.go

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

7 changes: 7 additions & 0 deletions queries/queries.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,10 @@ query ListLedgerEntries(
}
}
}

query GetWorkspace {
workspace {
id
name
}
}

0 comments on commit 4edf64b

Please sign in to comment.