DEV

Query.

countryFieldLabel

Get the field labels for a country

Arguments

countryCode

CountryCode!

Required

No description
GraphQL
1
2
3
type Query {
  countryFieldLabel(countryCode: CountryCode!): CountryFieldLabel!
}

Was this page helpful?