@zeepkist/graphql
    Preparing search index...

    Interface ZslRoundResultFilter

    A filter to be used against ZslRoundResult object types. All fields are combined with a logical ‘and.’

    interface ZslRoundResultFilter {
        roundId?: null | IntFilter;
        userId?: null | IntFilter;
        position?: null | IntFilter;
        points?: null | IntFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        zslRound?: null | ZslRoundFilter;
        user?: null | UserFilter;
        and?: null | ZslRoundResultFilter[];
        or?: null | ZslRoundResultFilter[];
        not?: null | ZslRoundResultFilter;
    }
    Index

    Properties

    roundId?: null | IntFilter

    Filter by the object’s roundId field.

    userId?: null | IntFilter

    Filter by the object’s userId field.

    position?: null | IntFilter

    Filter by the object’s position field.

    points?: null | IntFilter

    Filter by the object’s points field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    zslRound?: null | ZslRoundFilter

    Filter by the object’s zslRound relation.

    user?: null | UserFilter

    Filter by the object’s user relation.

    and?: null | ZslRoundResultFilter[]

    Checks for all expressions in this list.

    or?: null | ZslRoundResultFilter[]

    Checks for any expressions in this list.

    Negates the expression.