electerious/Ackee

Query event actions via GraphQL

開放

#247 建立於 2021年5月1日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (386 個分叉)github user discovery
help wanted

倉庫指標

星標
 (4,692 顆星)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南