Skip to content

docs(graphql): projection requirements and the HotChocolate 16 upgrade - #131

Merged
Theauxm merged 1 commit into
mainfrom
docs/hotchocolate-16-projection-requirements
Sep 2, 2026
Merged

docs(graphql): projection requirements and the HotChocolate 16 upgrade#131
Theauxm merged 1 commit into
mainfrom
docs/hotchocolate-16-projection-requirements

Conversation

@Theauxm

@Theauxm Theauxm commented Sep 2, 2026

Copy link
Copy Markdown
Member

Query models now add the entity key to the projection for hand-written [ExtendObjectType] resolvers, and anything else a resolver reads is declared with [Parent(requires:)]. Documents both, and drops the cross-schema convention that a caller selecting an edge must also select its foreign key: the declaration on the resolver does that now, and a guard enforces it.

Adds a HotChocolate 16 migration guide covering the renamed types, the schema container no longer forwarding to application services, the connection_init payload change (including the LanguageExt As() that still compiles and returns null), the four renamed scalars, and the server defaults that moved.

Query models now add the entity key to the projection for hand-written
[ExtendObjectType] resolvers, and anything else a resolver reads is declared with
[Parent(requires:)]. Documents both, and drops the cross-schema convention that a
caller selecting an edge must also select its foreign key: the declaration on the
resolver does that now, and a guard enforces it.

Adds a HotChocolate 16 migration guide covering the renamed types, the schema
container no longer forwarding to application services, the connection_init payload
change (including the LanguageExt As<T>() that still compiles and returns null), the
four renamed scalars, and the server defaults that moved.
@Theauxm
Theauxm merged commit 9eb4551 into main Sep 2, 2026
2 checks passed
@Theauxm
Theauxm deleted the docs/hotchocolate-16-projection-requirements branch September 2, 2026 14:51
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.

1 participant