MissingAddressItemRejection
No description
type MissingAddressItemRejection implements Rejection {
addressLine1: String
postalCode: String
city: String
message: String!
}
No description
type MissingAddressItemRejection implements Rejection {
addressLine1: String
postalCode: String
city: String
message: String!
}
MissingAddressItemRejection.addressLine1
● String
scalarMissingAddressItemRejection.postalCode
● String
scalarMissingAddressItemRejection.city
● String
scalarMissingAddressItemRejection.message
● String!
non-null scalarRejection
interface