@zeepkist/graphql
    Preparing search index...

    Interface LevelRequestMaxAggregates

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

    Properties

    id: number | null

    Maximum of id across the matching connection

    workshopId: any

    Maximum of workshopId across the matching connection

    __typename: "LevelRequestMaxAggregates"