Skip to main content

UpdatePollInput (Input)

Description

No description



Fields

NameDescription
closesAt - DateTimeThe time when the poll closes for voting. Set to null to remove close date.
maxSelections - IntThe number of votes each participant can cast.
opensAt - DateTimeThe time when the poll opens for voting.
options - [PollOptionInput!]
title - String

input UpdatePollInput {
closesAt: DateTime
maxSelections: Int
opensAt: DateTime
options: [PollOptionInput!]
title: String
}