Based off of https://github.com/john-guerra/d3V4ForceTutorial
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^4.17.1^2.1.2^15.0.0^2.6.0^2.0.2Solved issue of creating separate nodes/links for fields with the same name across multiple Types, as well as cases where the field is a LIST type that references another Type
6564f2bView on GitHubFixed issues with link missing from fields that point to Types with the same name (e.g. info field points to Info type)
a268966View on GitHubUpdated middleware to generate a D3 JSON file from a cleaned Schema, but still need to resolve why info field under Query doesn't reference Info Type and how to handle fields under different Types with the same name (e.g. name under Team and Player)
3205a8dView on GitHubAdded middleware to clean schema received from GraphQL client and can be parsed into d3
2a67643View on GitHubAble to retrieve JSON file of introspected schema and save to folder
acaf91dView on GitHubIncluded middleware to extract JSON file from GraphQL endpoint
9158251View on GitHubAdded new schema JSON for worldcup data and created d3 visual
00a815fView on GitHub