INPUT_OBJECT
LocationInput
link GraphQL Schema definition
1 input LocationInput { 2 3 CountryInput! : 4 5 # Required if there are rules based on states 6 CountryStateInput : 7 8 String : 9 }
INPUT_OBJECT
1 input LocationInput { 2 3 CountryInput! : 4 5 # Required if there are rules based on states 6 CountryStateInput : 7 8 String : 9 }