@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelPointsConnectionGenqlSelection

    A connection to a list of SampledLevelPoint values.

    interface SampledLevelPointsConnectionGenqlSelection {
        nodes?: SampledLevelPointGenqlSelection;
        edges?: SampledLevelPointsEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of SampledLevelPoint objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

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