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