@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelsConnectionGenqlSelection

    A connection to a list of SampledLevel values.

    interface SampledLevelsConnectionGenqlSelection {
        nodes?: SampledLevelGenqlSelection;
        edges?: SampledLevelsEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of SampledLevel objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

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