DEV

Query.

storeCreditTransactionGroups

Get store credit transaction groups (parent transactions only, with related child transactions)

Arguments

after

String

Returns the elements after the specified cursor

before

String

Returns the elements before the specified cursor
Optional filters for transactions

first

Int

The number of first elements to return from the query

last

Int

The number of last elements to return from the query
GraphQL
1
2
3
type Query {
  storeCreditTransactionGroups(after: String, before: String, filter: StoreCreditTransactionFilter, first: Int, last: Int): StoreCreditTransactionConnection!
}
Book a demo

Was this page helpful?