@zeepkist/graphql
    Preparing search index...

    Interface VersionInfosConnectionGenqlSelection

    A connection to a list of VersionInfo values.

    interface VersionInfosConnectionGenqlSelection {
        nodes?: VersionInfoGenqlSelection;
        edges?: VersionInfosEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of VersionInfo objects.

    A list of edges which contains the VersionInfo and cursor to aid in pagination.

    Information to aid in pagination.

    totalCount?: number | boolean

    The count of all VersionInfo you could get from the connection.

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