DEV

Query.

ebayRestrictionResults

Query all eBay restriction results with pagination

Arguments

page

Int

No description

size

Int

No description
GraphQL
1
2
3
type Query {
  ebayRestrictionResults(page: Int, size: Int): EbayRestrictionResultPage!
}

Was this page helpful?