dotCMS / core

Headless/Hybrid Content Management System for Enterprises
http://dotcms.com
Other
864 stars 467 forks source link

SDK: Spike GraphQL Subscriptions Support 🌵 #30695

Open fmontes opened 4 days ago

fmontes commented 4 days ago

Parent Issue

No response

Task

Task description

As a dotCMS developer, I need to investigate the effort and time required to add GraphQL subscriptions support to our system. This involves researching the current state of our GraphQL implementation, evaluating the complexity of adding subscriptions, and providing a detailed timeline for the implementation.

### Acceptance Criteria
- [ ] Detailed analysis of the current GraphQL implementation and its readiness for subscriptions.
- [ ] Research how the index policy can affect real time page changes (check the `WAIT_FOR` param) 
- [ ] Evaluation of the effort required to add subscriptions to our GraphQL support.
- [ ] Timeline outlining the steps needed to implement GraphQL subscriptions.
- [ ] Recommendations for any additional resources or tools needed for the implementation.

External Links

  1. GQL Subscriptions: https://graphql.org/blog/2015-10-16-subscriptions/

Assumptions & Initiation Needs

Quality Assurance Notes & Workarounds

N/A