Skip to content

feat(gql-status-object): Introduce GqlNotification #1641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 5.0
Choose a base branch
from

Conversation

injectives
Copy link
Contributor

@injectives injectives commented Apr 25, 2025

Following up on the feedback received on the GQL Status Object feature, which is currently in preview, this update separates the new GQL Status Object hierarchy from the legacy Notification type by introducing a new GqlNotification interface that extends the GqlStatusObject. This should make it easier to understand the new GQL Status Objects and migrate from using the legacy Notification to the new types.

Eventually, the new hierarchy is expected to replace the legacy Notification that is expected to be deprecated and phased out at a later date.

@injectives injectives marked this pull request as draft April 25, 2025 22:13
@injectives injectives force-pushed the gql-status-object branch 3 times, most recently from 709794d to 8123f76 Compare April 25, 2025 22:28
@injectives injectives changed the title feat(gql-status-object): Add GqlNotification interface feat(gql-status-object): Introduce GqlNotification Apr 25, 2025
@injectives injectives force-pushed the gql-status-object branch 2 times, most recently from cfed70a to bfe055e Compare April 26, 2025 13:30
Following up on the feedback received on the GQL Status Object feature, which is currently in preview, this update separates the new GQL Status Object hierarchy from the legacy `Notification` type by introducing a new `GqlNotification` interface that extends the `GqlStatusObject`. This should make it easier to understand the new GQL Status Objects and migrate from using the legacy `Notification` to the new types.

Eventually, the new hierarchy is expected to replace the legacy `Notification` that is expected to be deprecated and phased out at a later date.
@injectives injectives marked this pull request as ready for review April 28, 2025 07:43
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