Ask for GraphQL mutation idempotency and retry

Hi. I am making a payment app targeted in the Korean market, and I am inquiring about GraphQL.

  1. 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?

  2. 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?

hi

1 - yes. Idempotency is same question = same answer. Did you solve it? What are you doing to the final customer while you are retrying? since you don’t have the url to send him to.

2 - only god knows. your thread is 4 months old and i’m answering it now. I guess this is no place for hard questions.