NationalCode
Represents a national code.
type NationalCode {
code: String!
acronym: String!
country: String!
}
Fields
NationalCode.code ● String! non-null scalar
The code of the national code.
NationalCode.acronym ● String! non-null scalar
The acronym of the national code.
NationalCode.country ● String! non-null scalar
The country associated with the national code.
Member Of
Product object