Mutation onSuccess doesn't have ID returned from server
I'm trying to navigate to a newly created page on mutation success, but there is an ID missing.
I could modify addDeliveryType response to change the ID field to a different name (like "newId"), but this is not ideal.
Any ideas on how to do that properly?
I could modify addDeliveryType response to change the ID field to a different name (like "newId"), but this is not ideal.
Any ideas on how to do that properly?