Hi. I am making a payment app targeted in the Korean market, and I am inquiring about GraphQL.
-
If GraphQL mutation is called more than twice with the same value, which response value is returned? Does the redirectURL return even if it is the same attempt because idempotency is guaranteed?
-
If a 24-hour GraphQL request has been retried and is not successful according to the retry policy, what is the process after this failure?