Cart query merchandise returns empty object:
merchandise {
... on ProductVariant {
id
title
}
}
It returns an object when I have the same query on for example the cartLinesAdd mutation.
But when querying the cart by ID, it doesn’t seem to work…