Christian Legnitto

Results 251 comments of Christian Legnitto

Ah, my mistake! We can totally do a proc macro.

Ok, it should be all working now...there were some extra scope blocks causing the span to get dropped previously.

FWIW I can't quite yet figure out how to attach structured data to traces...it would be nice to attach the document to the execution span.

Still waiting on https://github.com/tokio-rs/tracing/pull/808 to land this.

Ugh, I think I screwed git up here.

Why not do the opposite (define in rust and have the schema file be a view into what rust has defined)? That's what I am doing, as you get nice...

Master supports the SDL as output and another project supports generating Juniper code from the SDL def. See first paragraph of https://graphql-rust.github.io/juniper/master/schema/schemas_and_mutations.html

Ideally you have your schema in a lib crate. This can be used by a binary to dump a .graphql file for other tooling or in a build.rs to do...

Hello! Thank you for the PR and welcome! 🍻 First, I think there are some legit errors on CI related to this PR: https://dev.azure.com/graphql-rust/GraphQL%20Rust/_build/results?buildId=684&view=logs&j=150c9611-1cfc-59c0-d4e8-92df330f7380&t=10bef84d-ad0f-569a-c6cb-c54604a7beb6&l=458 (sorry, our CI is a bit...