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

    Properties

    seasonId?: null | IntFilter

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

    zslSeason?: null | ZslSeasonFilter

    Filter by the object’s zslSeason relation.

    user?: null | UserFilter

    Filter by the object’s user relation.

    and?: null | ZslSeasonResultFilter[]

    Checks for all expressions in this list.

    or?: null | ZslSeasonResultFilter[]

    Checks for any expressions in this list.

    Negates the expression.