@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumSumAggregates

    interface LevelMetadatumSumAggregates {
        id: any;
        levelId: any;
        amountCheckpoints: any;
        amountFinishes: any;
        amountBlocks: any;
        typeGround: any;
        typeSkybox: any;
        __typename: "LevelMetadatumSumAggregates";
    }
    Index

    Properties

    id: any

    Sum of id across the matching connection

    levelId: any

    Sum of levelId across the matching connection

    amountCheckpoints: any

    Sum of amountCheckpoints across the matching connection

    amountFinishes: any

    Sum of amountFinishes across the matching connection

    amountBlocks: any

    Sum of amountBlocks across the matching connection

    typeGround: any

    Sum of typeGround across the matching connection

    typeSkybox: any

    Sum of typeSkybox across the matching connection

    __typename: "LevelMetadatumSumAggregates"