Skip to content

Make Transactions in Block GraphQL queries be paginated #3179

@MitchTurner

Description

@MitchTurner

Ideally. We want the query to be more like this:

query {
  block(height: "46203297") {
    transactions(first: 100, after: 10) {
      id
    }
  }
}

Where the default is just the first 100 to minimize the breaking change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions