Skip to content

Commit

Permalink
chore: Update listing to show earlier inputs, notices, reports, and v…
Browse files Browse the repository at this point in the history
…ouchers
  • Loading branch information
masiedu4 committed Aug 16, 2024
1 parent 7d52f64 commit a3318e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ query getInputResult($inputIndex: Int!) {
}
```

2. Listing recent inputs:
2. Listing earlier(first 5) inputs:

```graphql
query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ query noticesByInput($inputIndex: Int!) {
}
```

2. Listing recent notices:
2. Listing earlier(first 5) notices:

```graphql
query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ query reportsByInput($inputIndex: Int!) {
}
```

2. Listing recent reports:
2. Listing earlier(first 5) reports:

```graphql
query {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ query vouchersByInput($inputIndex: Int!, $first: Int, $after: String) {
}
```

2. Listing recent vouchers:
2. Listing earlier(first 5) vouchers:

```graphql
query {
Expand Down

0 comments on commit a3318e6

Please sign in to comment.