Skip to content

Commit

Permalink
Merge branch 'feature/last-swaps' of github.com:sora-xor/polkaswap-ex…
Browse files Browse the repository at this point in the history
…change-web into feature/last-swaps
  • Loading branch information
Nikita-Polyakov committed Mar 7, 2024
2 parents bbb2eb1 + 9d29bf2 commit 40e718a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexer/queries/orderBook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const SubqueryOrderBooksQuery = gql<ConnectionQueryResponse<OrderBookEntity>>`

const SubsquidOrderBooksQuery = gql<ConnectionQueryResponse<OrderBookEntity>>`
query SubsquidOrderBooksQuery($after: String = null, $where: OrderBookWhereInput) {
data: orderBooksConnection(after: $after, where: $where) {
data: orderBooksConnection(orderBy: id_ASC, after: $after, where: $where) {
pageInfo {
hasNextPage
endCursor
Expand Down

0 comments on commit 40e718a

Please sign in to comment.