A function to trigger the createCart mutation from your UI.
You can pass CreateCartParams as parameters.
The function returns a promise that fulfills with
CreateCartResult.
Optional error
error?:ApolloError
Any errors returned from the mutation
loading
loading:boolean
A boolean that indicates whether your mutation is in flight.
A function to trigger the
createCart
mutation from your UI. You can passCreateCartParams
as parameters. The function returns a promise that fulfills withCreateCartResult
.