UpdatePollInput (Input)
Description
No description
Fields
Name | Description |
---|---|
closesAt - DateTime | The time when the poll closes for voting. Set to null to remove close date. |
maxSelections - Int | The number of votes each participant can cast. |
opensAt - DateTime | The time when the poll opens for voting. |
options - [PollOptionInput!] | |
title - String |
input UpdatePollInput {
closesAt: DateTime
maxSelections: Int
opensAt: DateTime
options: [PollOptionInput!]
title: String
}