graphql-rust / juniper

GraphQL server library for Rust
Other
5.62k stars 416 forks source link

Allow top-level `#[graphql]` attribute in attribute macros #1232

Closed tyranron closed 6 months ago

tyranron commented 7 months ago

Required for #1230

Allows to use #[graphql] attributes near #[graphql_object] and similar.

tyranron commented 6 months ago

CI failure seems to be bson crate regression and is not the topic of this PR.

tyranron commented 6 months ago

CI failure seems to be bson crate regression and is not the topic of this PR.

The fix: https://github.com/mongodb/bson-rust/pull/445