NationalCodeInput
A national code used to filter products.
input NationalCodeInput {
code: String!
country: String!
}
Fields
NationalCodeInput.code ● String! non-null scalar
The national code.
NationalCodeInput.country ● String! non-null scalar
The country of the national code.
Member Of
products query