magento / architecture

A place where Magento architectural discussions happen
275 stars 155 forks source link

Proposal: Deprecate `Mutation.createEmptyCart`, add `Mutation.createGuestCart` #385

Closed DrewML closed 4 years ago

DrewML commented 4 years ago

Rendered Proposal

DrewML commented 4 years ago

@nrkapoor Can confirm - not a breaking change. Only change to an existing API is marking for deprecation, but not strict requirement to remove until down the line when we're sure usage has mostly dropped off.

nrkapoor commented 4 years ago

@nrkapoor Can confirm - not a breaking change. Only change to an existing API is marking for deprecation, but not strict requirement to remove until down the line when we're sure usage has mostly dropped off.

@DrewML Thanks. Please let me know when we are ready to merge this change so I can create a ticket on the graphql board for implementation.