Alex Genco
Alex Genco
Just wanted to revive this conversation, as it would be a huge win for my team right now. Would it be helpful to make the `@export` directive be explicit about...
Another thought: My team's current requirements could probably be satisfied in a single operation with multiple mutations inside it, rather than multiple operations. This could potentially simplify the export variable...
@cmonty I think you basically have to inline all inputs down to the level of the exported variable, but anything deeper you could still include as an operation variable. So...