Problem/Motivation
GraphlQL does not support mutation for inserting Poll Vote
Proposed resolution
- Create a separate module which supports the PollVoteCreateInput mutation for adding votes.
- Make a new PollVote Entity in Poll module which will be then supported by GraphQL.
This sandbox is a build of the 1st approach for the purpose of gathering feedback. It's inspired by GraphQL Flag, which "Provides an integration between GraphQL and Flag modules."