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