@zeepkist/graphql
    Preparing search index...

    Interface RecordMediasConnectionGenqlSelection

    A connection to a list of RecordMedia values.

    interface RecordMediasConnectionGenqlSelection {
        nodes?: RecordMediaGenqlSelection;
        edges?: RecordMediasEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of RecordMedia objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

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