DEV

Query.

landedCosts

Returns a list of LandedCost resources

Arguments

after

String

No description

before

String

No description
No description

first

Int

No description

last

Int

No description
GraphQL
1
2
3
type Query {
  landedCosts(after: String, before: String, filter: LandedCostFilter, first: Int, last: Int): LandedCostConnection
}

Was this page helpful?