OBJECT
type PollQuestion implements Node {id: ID! # The question to ask the user.question: String! totalVotes: Int! poll: Poll }