@zeepkist/graphql
    Preparing search index...

    Interface LevelRequestAverageAggregates

    interface LevelRequestAverageAggregates {
        id: any;
        workshopId: any;
        __typename: "LevelRequestAverageAggregates";
    }
    Index

    Properties

    id: any

    Mean average of id across the matching connection

    workshopId: any

    Mean average of workshopId across the matching connection

    __typename: "LevelRequestAverageAggregates"