graphql-datasource icon indicating copy to clipboard operation
graphql-datasource copied to clipboard

Field name alias not working with nested `value`

Open stoically opened this issue 4 years ago • 0 comments

Given the following query and configuration the name alias isn't working as expected but instead just showing entities.$N.value

image

Maybe I've misconfigured something, but I tried several combination also including grouping and __text / __value, but nothing seems to work. Could it be because value is nested? Is there a way to configure the path to value?

stoically avatar Sep 05 '21 15:09 stoically