Skip to content

Conversation

@kevinmichaelchen
Copy link
Owner

@kevinmichaelchen kevinmichaelchen commented Sep 3, 2023

  • Added a new example Hasura project with realistic tables and GraphQL schema
  • Added more to the CLI
    • Parse the SDL (schema definition language) into an AST (abstract syntax tree)
    • Convert the AST into a graph structure with vertices and edges
    • Prune any unnecessary / unwanted type definitions
    • LATER: convert the new Graph back into a new AST
    • LATER: see 53f1eb3 for how to convert from AST to SDL

@kevinmichaelchen kevinmichaelchen changed the title Hasura example feat: SDL-to-AST-to-Graph pipeline + Example Hasura schema Sep 4, 2023
@kevinmichaelchen kevinmichaelchen merged commit 61d8610 into main Sep 4, 2023
@kevinmichaelchen kevinmichaelchen deleted the hasura-example branch September 4, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants