Skip to content

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
Copy Markdown
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>
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