@zeepkist/graphql
    Preparing search index...

    Interface VersionsEdgeGenqlSelection

    A Version edge in the connection.

    interface VersionsEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: VersionGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The Version at the end of the edge.

    __typename?: number | boolean
    __scalar?: number | boolean