DEV
Query.
customsSpec
Retrieve a
CustomsSpec
by ID
Arguments
id
•
ID!
Required
The
ID
of the CustomsSpec to return.
Returns:
CustomsSpec
GraphQL
1
2
3
type
Query
{
customsSpec
(
id
:
ID
!
)
:
CustomsSpec
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Query.
customsSpec
Retrieve a
CustomsSpec
by IDArguments
id
ID!
Required
ID
of the CustomsSpec to return.Returns:
CustomsSpec
type Query { customsSpec(id: ID!): CustomsSpec }