Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saig0 authored Mar 6, 2023
1 parent cb4b509 commit 70e2f08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ The GraphQL API provides the following queries:
- [userTasks](graphql-api/src/main/resources/graphql/UserTask.graphqls)
- [messages](graphql-api/src/main/resources/graphql/Message.graphqls)
- [incidents](graphql-api/src/main/resources/graphql/Incident.graphqls)
- [decisions](graphql-api/src/main/resources/graphql/Decision.graphqls)
- [decisionEvaluations](graphql-api/src/main/resources/graphql/DecisionEvaluation.graphqls)
- [errors](graphql-api/src/main/resources/graphql/Error.graphqls)

<details>
Expand Down Expand Up @@ -210,6 +212,8 @@ The GraphQL API provides the following subscriptions:

- [processUpdates](graphql-api/src/main/resources/graphql/Process.graphqls)
- [processInstanceUpdates](graphql-api/src/main/resources/graphql/ProcessInstance.graphqls)
- [decisionUpdates](graphql-api/src/main/resources/graphql/Decision.graphqls)
- [decisionEvaluationUpdates](graphql-api/src/main/resources/graphql/DecisionEvaluation.graphqls)

The subscriptions are exposed via WebSockets over the same endpoint `/graphql`.

Expand Down

0 comments on commit 70e2f08

Please sign in to comment.