@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelMetadataConnectionGenqlSelection

    A connection to a list of SampledLevelMetadatum values.

    interface SampledLevelMetadataConnectionGenqlSelection {
        nodes?: SampledLevelMetadatumGenqlSelection;
        edges?: SampledLevelMetadataEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of SampledLevelMetadatum objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

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