createPoll
No description
createPoll(
input: CreatePollInput!
): Poll!
Arguments
createPoll.input
● CreatePollInput!
non-null input
Type
Poll
object
Poll(id, question_text, created, modified, creator, is_edited, is_closed, is_deleted, status, is_public)