@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultMaxAggregateFilter

    interface ZslRoundResultMaxAggregateFilter {
        roundId?: IntFilter | null;
        userId?: IntFilter | null;
        position?: IntFilter | null;
        points?: IntFilter | null;
    }
    Index

    Properties

    roundId?: IntFilter | null
    userId?: IntFilter | null
    position?: IntFilter | null
    points?: IntFilter | null