@zeepkist/graphql
Preparing search index...
gtr-beta
VotesEdge
Interface VotesEdge
A
Vote
edge in the connection.
interface
VotesEdge
{
cursor
:
any
;
node
:
Vote
;
__typename
:
"VotesEdge"
;
}
Index
Properties
cursor
node
__typename
Properties
cursor
cursor
:
any
A cursor for use in pagination.
node
node
:
Vote
The
Vote
at the end of the edge.
__typename
__typename
:
"VotesEdge"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
node
__typename
@zeepkist/graphql
Loading...
A
Vote
edge in the connection.