OBJECT
FeatureRequestVoteConnection
The connection type for FeatureRequestVote.
link GraphQL Schema definition
- type FeatureRequestVoteConnection {
- : [String!]!
- # A list of edges.
- : [FeatureRequestVoteEdge]
- # A list of nodes.
- : [FeatureRequestVote]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }