@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelPointCondition

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

    interface SampledLevelPointCondition {
        id?: null | number;
        points?: null | number;
        levelId?: null | number;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    points?: null | number

    Checks for equality with the object’s points field.

    levelId?: null | number

    Checks for equality with the object’s levelId field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.