@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?: IntFilter | null;
        userId?: IntFilter | null;
        position?: IntFilter | null;
        points?: IntFilter | null;
        dateCreated?: DatetimeFilter | null;
        dateUpdated?: DatetimeFilter | null;
        zslRound?: ZslRoundFilter | null;
        user?: UserFilter | null;
        and?: ZslRoundResultFilter[] | null;
        or?: ZslRoundResultFilter[] | null;
        not?: ZslRoundResultFilter | null;
    }
    Index

    Properties

    roundId?: IntFilter | null

    Filter by the object’s roundId field.

    userId?: IntFilter | null

    Filter by the object’s userId field.

    position?: IntFilter | null

    Filter by the object’s position field.

    points?: IntFilter | null

    Filter by the object’s points field.

    dateCreated?: DatetimeFilter | null

    Filter by the object’s dateCreated field.

    dateUpdated?: DatetimeFilter | null

    Filter by the object’s dateUpdated field.

    zslRound?: ZslRoundFilter | null

    Filter by the object’s zslRound relation.

    user?: UserFilter | null

    Filter by the object’s user relation.

    and?: ZslRoundResultFilter[] | null

    Checks for all expressions in this list.

    or?: ZslRoundResultFilter[] | null

    Checks for any expressions in this list.

    Negates the expression.