@zeepkist/graphql
    Preparing search index...

    Interface RecordMediaGenqlSelection

    interface RecordMediaGenqlSelection {
        nodeId?: number | boolean;
        id?: number | boolean;
        recordId?: number | boolean;
        ghostUrl?: number | boolean;
        dateCreated?: number | boolean;
        dateUpdated?: number | boolean;
        record?: RecordGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    nodeId?: number | boolean

    A globally unique identifier. Can be used in various places throughout the system to identify this single value.

    id?: number | boolean
    recordId?: number | boolean
    ghostUrl?: number | boolean
    dateCreated?: number | boolean
    dateUpdated?: number | boolean

    Reads a single Record that is related to this RecordMedia.

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