Skip to content

Commit

Permalink
fix(iota-graphql-rpc): Update generated examples.md file (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars authored Aug 29, 2024
1 parent 9ab3c29 commit 1a709a4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions crates/iota-graphql-rpc/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
####   [Filter On Generic Type](#720886)
####   [Filter On Type](#720887)
####   [Filter Owner](#720888)
####   [Object Connection](#720889)
### [Owner](#12)
####   [Dynamic Field](#786420)
####   [Dynamic Field Connection](#786421)
Expand Down Expand Up @@ -921,6 +922,30 @@
> }
>}</pre>
### <a id=720889></a>
### Object Connection

><pre>{
> objects {
> nodes {
> version
> digest
> storageRebate
> previousTransactionBlock {
> digest
> sender { address }
> gasInput {
> gasPrice
> gasBudget
> }
> }
> }
> pageInfo {
> endCursor
> }
> }
>}</pre>
## <a id=12></a>
## Owner
### <a id=786420></a>
Expand Down

0 comments on commit 1a709a4

Please sign in to comment.