Skip to main content

Vote (Object)

Description

No description



Fields

NameDescription
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!
}