Skip to content

Fetching all one-time donations #5226

Answered by znarf
nzakas asked this question in Development Q&A
Feb 11, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Shipped. You can have a try with the following:

query {
  orders(
    account: { slug: "eslint" }
    frequency: ONETIME
    status: PAID
    limit: 1000
  ) {
    totalCount
    nodes {
      frequency
      status
      amount {
        value
        currency
      }
      fromAccount {
        slug
      }
    }
  }
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@nzakas
Comment options

@nzakas
Comment options

Answer selected by SudharakaP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants