@zeepkist/graphql
    Preparing search index...

    Interface VersionsEdge

    A Version edge in the connection.

    interface VersionsEdge {
        cursor: any;
        node: Version;
        __typename: "VersionsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Version

    The Version at the end of the edge.

    __typename: "VersionsEdge"