Skip to content

Comments

Add _typename filter field to abstract type filter inputs#1027

Draft
myronmarston wants to merge 1 commit intomainfrom
myron/typename-filter-step1
Draft

Add _typename filter field to abstract type filter inputs#1027
myronmarston wants to merge 1 commit intomainfrom
myron/typename-filter-step1

Conversation

@myronmarston
Copy link
Collaborator

Enables filtering union/interface types by concrete subtype. Uses single underscore (_typename) since GraphQL spec prohibits __ prefix on input fields. Also fixes CamelCaseConverter to preserve leading underscores via lookbehind assertion.

This is step 1 for #1024.

Enables filtering union/interface types by concrete subtype.
Uses single underscore (`_typename`) since GraphQL spec prohibits
`__` prefix on input fields. Also fixes CamelCaseConverter to
preserve leading underscores via lookbehind assertion.

This is step 1 for #1024.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@myronmarston myronmarston force-pushed the myron/typename-filter-step1 branch from 9789e46 to fccdd6e Compare February 12, 2026 11:55
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