craftql 0.2.20

A CLI tool to visualize GraphQL schemas and to output a graph data structure as a graphviz .dot format
Documentation
1
2
/// List of allowed file extensions.
pub const ALLOWED_EXTENSIONS: [&str; 2] = ["graphql", "gql"];