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?
Yes
No
© 2024 Zonos
zonos.com
Query.
landedCost
Returns a
LandedCost
resource byID
Arguments
id
ID!
Required
Returns:
LandedCost
type Query { landedCost(id: ID!): LandedCost }