@zeepkist/graphql
    Preparing search index...

    Interface RecordMediasEdgeGenqlSelection

    A RecordMedia edge in the connection.

    interface RecordMediasEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: RecordMediaGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The RecordMedia at the end of the edge.

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