Skip to main content

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

NameDescription
id - ID!
input - UpdatePollInput!

updatePoll(
id: ID!
input: UpdatePollInput!
): Poll!