INPUT_OBJECT

LocationInput

link GraphQL Schema definition

1input LocationInput {
2
3country: CountryInput!
4
5# Required if there are rules based on states
6state: CountryStateInput
7
8zipCode: String
9}