解決済み
How can I get the name of the tag (jcr:title) from GraphQL in the Content Fragment Model?
When I use the DataType of Tags in the Content Fragment Model and reference it from GraphQL, it returns the tag path (e.g. my-sites:tag-layer1/tag-layer2).
How can I get the name of the tag (jcr:title) from GraphQL in addition to the tag path?