You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package will install GraphQL Voyager in your AEM Instance to visualize your content fragment relationships.
3
+
4
+
## Why
5
+
We use a lot of content fragments in our projects. Often these are complexly connected with each other.
6
+
To avoid losing track of which content fragment is connected to which one, you can use the GraphQL Voager to get a good overview.
7
+
8
+
## What is GraphQL Voyager
9
+
_Taken from https://github.com/APIs-guru/graphql-voyager:_
10
+
With graphql-voyager you can visually explore your GraphQL API as an interactive graph. This is a great tool when designing or discussing your data model.
11
+
12
+
## How to use
13
+
It installs https://github.com/APIs-guru/graphql-voyager under /apps and adds a new icon "GraphQL Voyager" under /assets/.
14
+
15
+
Under AEM -> Assets you will get a new Icon "GraphQL Voyager". Click on that, select your endpoint in the dropdown and you will see your content fragment relationships.
16
+
17
+
## Demo
18
+
https://jumpshare.com/v/tfzBvoXrrA17bUHaIKjV
19
+
20
+
## How to install
21
+
**Localhost**: just upload via package manager http://localhost:4502/crx/packmgr/index.jsp
22
+
23
+
**Cloud**: This needs to be deployed since /apps/ is an immutable folder.
24
+
25
+
## Requirements
26
+
* Tested with AEM Cloud SDK 2021.10 and AEM 6.5.10
27
+
* Optional for testing: Latest https://github.com/adobe/aem-guides-wknd/releases/tag/aem-guides-wknd-1.0.0
0 commit comments