IdempotencyConflictRejection
In the chance that a request is made while still concurrently processing the first request under the same idempotencyKey, the APIs will return this rejection.
type IdempotencyConflictRejection implements Rejection {
message: String!
}