Closed TomashKhamlai closed 5 years ago
Hi @TomashKhamlai. The schema looks following:
input CartAddressInput {
firstname: String!
lastname: String!
company: String
street: [String!]!
city: String!
region: String
postcode: String
country_code: String!
telephone: String!
save_in_address_book: Boolean
}
street
is required input parameter and the case that validation does not properly happening shows that it is a framework bug. Such validation should not happen in resolvers and such test cases are redundant.
Closing this PR since the framework bug is assigned to the internal team.
Preconditions (*)
Steps to reproduce (*)
street
parameterExpected result (*)
"message": "The address failed to save. Verify the address and try again."
Actual result (*)