DEV

Query.

landedCost

Returns a LandedCost resource by ID

Arguments

id

ID!

Required

No description

Returns:

LandedCost

GraphQL
1
2
3
type Query {
  landedCost(id: ID!): LandedCost
}

Was this page helpful?