Vote (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| createdAt - String! | |
| id - ID! | |
| memberId - String! | |
| networkId - String! | |
| pollId - String! | |
| selectionIds - [Int!]! | |
| updatedAt - String! | 
type Vote {
  createdAt: String!
  id: ID!
  memberId: String!
  networkId: String!
  pollId: String!
  selectionIds: [Int!]!
  updatedAt: String!
}