DEV

Query.

customsSpec

Retrieve a CustomsSpec by ID

Arguments

id

ID!

Required

No description

Returns:

CustomsSpec

GraphQL
1
2
3
type Query {
  customsSpec(id: ID!): CustomsSpec
}

Was this page helpful?