project-reclamation icon indicating copy to clipboard operation
project-reclamation copied to clipboard

feat: add graphql operations for poll

Open 120EE0692 opened this issue 1 year ago • 0 comments

Queries

  • Get all polls.
  • Get latest poll.
  • Get poll by id.
  • Get list of user participate in a poll.

Mutation

  • Add new poll.
  • Edit poll by id.
  • Delete poll by id.

120EE0692 avatar Dec 06 '22 04:12 120EE0692