Kai Ren

Results 33 issues of Kai Ren

[September 2025 version of GraphQL spec](https://spec.graphql.org/September2025) has been [released](https://github.com/graphql/graphql-spec/releases/tag/September2025). [Changelog](https://github.com/graphql/graphql-spec/blob/September2025/changelogs/September2025.md) > ## Notable contributions > > A few notable changes in this edition: > - OneOf input objects, aka "input...

k::api
feature
k::design

Part of #1347 ## Synopsis At the moment, `juniper` is over-restrictive regarding input coercion, rejecting situations that should be allowed. Example ```rust struct Query; #[graphql_object] impl Query { fn field(#[graphql(default...

enhancement
k::design

Part of #1347 ## Synopsis [GraphQL September 2025 spec](https://spec.graphql.org/September2025) standardizes [optional `extensions` field for implementation-specific details](https://spec.graphql.org/September2025/#sel-FANHLBBgBBvC0vW): - graphql/graphql-spec#976 Juniper should be able to parse such implementation-specific details and provide them...

enhancement
semver::breaking
k::api
k::refactor
feature
k::design