Skip to content

Graphql ownership#180

Merged
barneyb merged 4 commits intomasterfrom
graphql-ownership
Feb 22, 2026
Merged

Graphql ownership#180
barneyb merged 4 commits intomasterfrom
graphql-ownership

Conversation

@barneyb
Copy link
Member

@barneyb barneyb commented Feb 22, 2026

"Is this mine" is a common question in the client, so expose that answer directly, rather than forcing a client-side join. This was trivial with Flux, but with Apollo it's trickier.

Also allow opting in to startup failures if the graphql schema is not fully mapped onto Spring components.

The `app.graphql.failOnUnmapped` property defaults false, but if set
true, will cause app startup to fail if any part of the GraphQL schema
is not mapped to an implementation. This was Kickstart's behavior.
"Is this mine" is a common question in the client, so expose that answer
directly, rather than forcing a client-side join. This was trivial with
Flux, but with Apollo it's trickier.
@barneyb barneyb self-assigned this Feb 22, 2026
@barneyb barneyb merged commit 1cf9881 into master Feb 22, 2026
1 check passed
@barneyb barneyb deleted the graphql-ownership branch February 22, 2026 18:19
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