@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaEdge

    A RecordMedia edge in the connection.

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

    Properties

    cursor: any

    A cursor for use in pagination.

    The RecordMedia at the end of the edge.

    __typename: "RecordMediaEdge"