updateStoreCustomStatesInput
No description
input updateStoreCustomStatesInput {
storeId: ID!
countryId: ID!
states: [CustomStateInput]!
}
No description
input updateStoreCustomStatesInput {
storeId: ID!
countryId: ID!
states: [CustomStateInput]!
}
updateStoreCustomStatesInput.storeId ● ID! non-null scalarupdateStoreCustomStatesInput.countryId ● ID! non-null scalarupdateStoreCustomStatesInput.states ● [CustomStateInput]! non-null input