MCPcopy Create free account
hub / github.com/artsy/force / commitMutation

Function commitMutation

src/Apps/Order/Utils/commitMutation.tsx:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30const MutationContext = React.createContext<CommitMutationProps>({
31 isCommittingMutation: false,
32 commitMutation() {
33 throw new Error("no mutation context in react tree")
34 },
35})
36
37class ProvideMutationContext extends React.Component<

Callers 15

submitMutationFunction · 0.85
followGeneMutationFunction · 0.85
createOrderMutationFunction · 0.85
createOfferOrderMutationFunction · 0.85
followArtistMutationFunction · 0.85
followProfileMutationFunction · 0.85
saveArtworkMutationFunction · 0.85
SaveArtworkFunction · 0.85
requestEmailConfirmationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected