@zeepkist/graphql
    Preparing search index...

    Interface LevelRequestMaxAggregates

    interface LevelRequestMaxAggregates {
        id: null | number;
        workshopId: any;
        __typename: "LevelRequestMaxAggregates";
    }
    Index

    Properties

    id: null | number

    Maximum of id across the matching connection

    workshopId: any

    Maximum of workshopId across the matching connection

    __typename: "LevelRequestMaxAggregates"