Skip to content

Add types array filter to GraphQL CloudEventFilter#72

Merged
elffjs merged 2 commits intomainfrom
claude/add-types-array-filter-JwM6C
Apr 9, 2026
Merged

Add types array filter to GraphQL CloudEventFilter#72
elffjs merged 2 commits intomainfrom
claude/add-types-array-filter-JwM6C

Conversation

@elffjs
Copy link
Copy Markdown
Member

@elffjs elffjs commented Apr 9, 2026

Clients can now pass types: [String!] to match events of multiple types
in a single query (OR semantics). The type and types fields are unioned
when both are set.

The GraphQL layer now builds AdvancedSearchOptions directly, eliminating
the redundant SearchOptions→AdvancedSearchOptions conversion step. A new
GetCloudEventTypeSummariesAdvanced method was added to eventrepo.Service
to support this, with the original GetCloudEventTypeSummaries delegating
to it for backward compatibility.

https://claude.ai/code/session_01SR5ptKf3grphf7mfv7PY14

claude and others added 2 commits April 9, 2026 12:10
Clients can now pass types: [String!] to match events of multiple types
in a single query (OR semantics). The type and types fields are unioned
when both are set.

The GraphQL layer now builds AdvancedSearchOptions directly, eliminating
the redundant SearchOptions→AdvancedSearchOptions conversion step. A new
GetCloudEventTypeSummariesAdvanced method was added to eventrepo.Service
to support this, with the original GetCloudEventTypeSummaries delegating
to it for backward compatibility.

https://claude.ai/code/session_01SR5ptKf3grphf7mfv7PY14
@elffjs elffjs merged commit 97895b9 into main Apr 9, 2026
4 checks passed
@elffjs elffjs deleted the claude/add-types-array-filter-JwM6C branch April 9, 2026 15:02
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.

2 participants