We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now we read plain token streams from sea orm generator.
We need to read json produced from sea schema to be more future proof.
Remove sea orm generator dependency and easier to test
The text was updated successfully, but these errors were encountered:
As discussed on Discord. We'll skip the JSON layer and pass seaography_types::SchemaMeta directly into seaography_generator.
seaography_types::SchemaMeta
seaography_generator
The dataflow would be: seaography_discoverer produce SchemaMeta then pass it to seaography_generator for the generation of async-graphql types.
seaography_discoverer
SchemaMeta
async-graphql
Sorry, something went wrong.
OUT OF DATE, we depend on sea_orm entities
No branches or pull requests
Now we read plain token streams from sea orm generator.
We need to read json produced from sea schema to be more future proof.
Remove sea orm generator dependency and easier to test
The text was updated successfully, but these errors were encountered: