@zeepkist/graphql
    Preparing search index...

    Interface UserPointCondition

    A condition to be used against UserPoint object types. All fields are tested for equality and combined with a logical ‘and.’

    interface UserPointCondition {
        id?: null | number;
        userId?: null | number;
        points?: null | number;
        dateCreated?: any;
        dateUpdated?: any;
        rank?: null | number;
        worldRecords?: null | number;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    userId?: null | number

    Checks for equality with the object’s userId field.

    points?: null | number

    Checks for equality with the object’s points field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.

    rank?: null | number

    Checks for equality with the object’s rank field.

    worldRecords?: null | number

    Checks for equality with the object’s worldRecords field.