BUG: facets returning array

campoy commented :

What is the thing that works pre v1.1?

Querying for facets twice or the recursive expansion you’re requesting?

martinmr commented :

I haven’t been able to get a node with two values for the same facet.

  • If you add two facets with the same key in the same mutation, the mutation is rejected because only one value per facet key is allowed.
  • If you add the facet, and then add the same facet in another mutation, the facet is overwritten.
  • I am not sure this has anything to do with recurse queries since only one node in the query result is affected.