electerious/Ackee

Query event actions via GraphQL

Aperta

#247 aperta il 1 mag 2021

 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (386 fork)github user discovery
help wanted

Metriche repository

Star
 (4692 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor