INPUT_OBJECT

CountryStateInput

link GraphQL Schema definition

1input CountryStateInput {
2
3id: Int
4
5# Works together with country input
6code: String
7}