@zeepkist/graphql
    Preparing search index...

    Interface SampledLevel

    interface SampledLevel {
        id: null | number;
        hash: null | string;
        dateCreated: any;
        dateUpdated: any;
        __typename: "SampledLevel";
    }
    Index

    Properties

    id: null | number
    hash: null | string
    dateCreated: any
    dateUpdated: any
    __typename: "SampledLevel"