@zeepkist/graphql
    Preparing search index...

    Interface RecordMediasEdge

    A RecordMedia edge in the connection.

    interface RecordMediasEdge {
        cursor: any;
        node: RecordMedia;
        __typename: "RecordMediasEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The RecordMedia at the end of the edge.

    __typename: "RecordMediasEdge"