OBJECT

EnumCountry

Country autocomplete object

link GraphQL Schema definition

  • type EnumCountry {
  • # ID of the record
  • id: ID!
  • # value of the record
  • value: String!
  • # number of the usages
  • usages: Int!
  • }