electerious/Ackee

Query event actions via GraphQL

Open

#247 建立於 2021年5月1日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (385 fork)github user discovery
help wanted

倉庫指標

Star
 (4,667 star)
PR 合併指標
 (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.

貢獻者指南