@zeepkist/graphql
    Preparing search index...

    Interface LevelItemDistinctCountAggregates

    interface LevelItemDistinctCountAggregates {
        id: any;
        levelId: any;
        workshopId: any;
        authorId: any;
        name: any;
        imageUrl: any;
        fileAuthor: any;
        fileUid: any;
        validationTimeAuthor: any;
        validationTimeGold: any;
        validationTimeSilver: any;
        validationTimeBronze: any;
        deleted: any;
        createdAt: any;
        updatedAt: any;
        dateCreated: any;
        dateUpdated: any;
        __typename: "LevelItemDistinctCountAggregates";
    }
    Index

    Properties

    id: any

    Distinct count of id across the matching connection

    levelId: any

    Distinct count of levelId across the matching connection

    workshopId: any

    Distinct count of workshopId across the matching connection

    authorId: any

    Distinct count of authorId across the matching connection

    name: any

    Distinct count of name across the matching connection

    imageUrl: any

    Distinct count of imageUrl across the matching connection

    fileAuthor: any

    Distinct count of fileAuthor across the matching connection

    fileUid: any

    Distinct count of fileUid across the matching connection

    validationTimeAuthor: any

    Distinct count of validationTimeAuthor across the matching connection

    validationTimeGold: any

    Distinct count of validationTimeGold across the matching connection

    validationTimeSilver: any

    Distinct count of validationTimeSilver across the matching connection

    validationTimeBronze: any

    Distinct count of validationTimeBronze across the matching connection

    deleted: any

    Distinct count of deleted across the matching connection

    createdAt: any

    Distinct count of createdAt across the matching connection

    updatedAt: any

    Distinct count of updatedAt across the matching connection

    dateCreated: any

    Distinct count of dateCreated across the matching connection

    dateUpdated: any

    Distinct count of dateUpdated across the matching connection

    __typename: "LevelItemDistinctCountAggregates"