OBJECT

CountryGroupQuery

link GraphQL Schema definition

  • type CountryGroupQuery {
  • # Returns a list of country groups
  • #
  • # Arguments
  • # wildcard: [Not documented]
  • findByWildcard(wildcard: String!): [CountryGroup!]!
  • }