DEV

Query.

pddpCountrySpec

Retrieve a PddpCountrySpec by ID

Arguments

id

ID!

Required

The ID of the PddpCountry to return.
GraphQL
1
2
3
type Query {
  pddpCountrySpec(id: ID!): PddpCountrySpec
}

Was this page helpful?