Skip to content

Conversation

@desfero
Copy link
Contributor

@desfero desfero commented Sep 11, 2025

Fixes #155

@vercel
Copy link

vercel bot commented Sep 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rindexer-documentation Ready Ready Preview Comment Sep 12, 2025 9:53am

@desfero desfero changed the title Fixes for the graphql handling logic (rust project and codegen) Fix: GraphQL codegen / cargo run in rust project Sep 11, 2025
) -> Result<(), Box<dyn std::error::Error>> {
if let CodegenSubcommands::GraphQL { endpoint } = subcommand {
let url = endpoint.as_deref().unwrap_or("http://localhost:3001");
let default_url = format!("http://localhost:{}/graphql", default_graphql_port());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/graphql was missing

@joshstevens19 joshstevens19 merged commit ddd2260 into joshstevens19:master Sep 12, 2025
11 checks passed
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.

rindexer codegen graphql failure

2 participants