Skip to content

Commit

Permalink
Update hexa.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheikhgwane authored Nov 18, 2024
1 parent 51b20fe commit fcd7788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hexa.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hexa = OpenHEXA("https://app.demo.openhexa.org", token="token")

# getting the list of workspaces
result = hexa.query("""
query {
query workspaces($page:Int,$perPage:Int) {
workspaces(page: $page, perPage: $perPage) {
items {
slug
Expand Down

0 comments on commit fcd7788

Please sign in to comment.