Skip to content

Conversation

@timkendrick
Copy link

@timkendrick timkendrick commented Oct 31, 2025

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Exposed GraphQL schema exposes a nullable type for pagable collection wrapper objects

What is the new behavior?

The schema type is now a non-null type

Additional context

note the ! annotations in the collection return types

Before After
image image

@olirice olirice requested a review from imor November 11, 2025 20:36
@olirice
Copy link
Contributor

olirice commented Nov 11, 2025

@imor @alaister i think that's safe b/c it was always impossible for it to return null
some codegen tools may break but overall seems fine. wdyt?

@olirice olirice requested a review from alaister November 11, 2025 20:38
@imor
Copy link
Contributor

imor commented Nov 12, 2025

@olirice Sounds good to me. @timkendrick could you please fix the failing tests.

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.

3 participants