updatePoll
Description
Update an existing poll. Poll authors and network admins/moderators can update any poll. Additional permissions apply based on poll context (post ownership, space edit access).
Response
Returns a Poll
Arguments
Name | Description |
---|---|
id - ID! | |
input - UpdatePollInput! |
updatePoll(
id: ID!
input: UpdatePollInput!
): Poll!