Domain GraphQL → Graph View

Runs your domain GraphQL schema in-browser (no server), executes the query, then converts the nested response into a node/edge graph:
• nodes = objects with id + __typename
• edges = parent → child (edge label = field name)