Country
No description
type Country {
name: String!
phoneCode: String!
code: String!
}
Fields
Country.name
● String!
non-null scalar
Country.phoneCode
● String!
non-null scalar
Country.code
● String!
non-null scalar
Member Of
Countries
object