@zeepkist/graphql
    Preparing search index...

    Interface LevelRequest

    interface LevelRequest {
        nodeId: string;
        id: number;
        workshopId: any;
        uid: null | string;
        hash: null | string;
        dateCreated: any;
        dateUpdated: any;
        __typename: "LevelRequest";
    }
    Index

    Properties

    nodeId: string

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

    id: number
    workshopId: any
    uid: null | string
    hash: null | string
    dateCreated: any
    dateUpdated: any
    __typename: "LevelRequest"