@zeepkist/graphql
    Preparing search index...

    Interface UsersEdge

    A User edge in the connection.

    interface UsersEdge {
        cursor: any;
        node: User;
        __typename: "UsersEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: User

    The User at the end of the edge.

    __typename: "UsersEdge"