Custom Function works in Shell, but fails as Graphql mutation

What is the schema for SaveCartShopInput?

you can use Abort to create an error message, logging some state in the function.

/* ... */
    cartItems: Select('items', Var('data'), []),
    logCartItems: Abort(Format('%@', Var('cartItems'))),
/* ... */
1 Like