CustomCountryInput
No description
input CustomCountryInput {
id: ID
code2: String!
code3: String!
name: String!
}
No description
input CustomCountryInput {
id: ID
code2: String!
code3: String!
name: String!
}
CustomCountryInput.id ● ID scalarCustomCountryInput.code2 ● String! non-null scalarCustomCountryInput.code3 ● String! non-null scalarCustomCountryInput.name ● String! non-null scalar