INPUT_OBJECT

CountryInput

link GraphQL Schema definition

1input CountryInput {
2
3id: Int
4
5# Country code. Accepts one of codes: ISO2, ISO3, ISO_NUM
6code: String
7}