electerious/Ackee

Query event actions via GraphQL

オープン

#247 opened on 2021/05/01

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (386 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (4,692 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド