Skip to content

Commit

Permalink
docs: Correct commits query example in readme (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley authored Mar 8, 2023
1 parent e5a81c1 commit 747cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Obtain a specific commit by its content identifier (`cid`):
```gql
defradb client query '
query {
commit(cid: "bafybeidembipteezluioakc2zyke4h5fnj4rr3uaougfyxd35u3qzefzhm") {
commits(cid: "bafybeidembipteezluioakc2zyke4h5fnj4rr3uaougfyxd35u3qzefzhm") {
cid
delta
height
Expand Down

0 comments on commit 747cf1d

Please sign in to comment.