@zeepkist/graphql
    Preparing search index...

    Interface ZslSeasonResultFilter

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

    interface ZslSeasonResultFilter {
        seasonId?: IntFilter | null;
        userId?: IntFilter | null;
        position?: IntFilter | null;
        points?: IntFilter | null;
        dateCreated?: DatetimeFilter | null;
        dateUpdated?: DatetimeFilter | null;
        zslSeason?: ZslSeasonFilter | null;
        user?: UserFilter | null;
        and?: ZslSeasonResultFilter[] | null;
        or?: ZslSeasonResultFilter[] | null;
        not?: ZslSeasonResultFilter | null;
    }
    Index

    Properties

    seasonId?: IntFilter | null

    Filter by the object’s seasonId 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.

    zslSeason?: ZslSeasonFilter | null

    Filter by the object’s zslSeason relation.

    user?: UserFilter | null

    Filter by the object’s user relation.

    and?: ZslSeasonResultFilter[] | null

    Checks for all expressions in this list.

    or?: ZslSeasonResultFilter[] | null

    Checks for any expressions in this list.

    Negates the expression.