electerious / electerious/Ackee
Query event actions via GraphQL
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 4.7k
- Forks
- 384
- PR merge metrics
- No merged PRs in 30d
Description
Would it be possible to query all actions of an event?
Something like:
```
query getEventWithActions($eventId: ID!) {
event(id: $eventId) {
id
title
actions() {
id
key
value
}
}
}
```
which would return the event details with a list of its actions.
Contributor guide
Assessment
This issue has not been assessed yet.