@zeepkist/graphql
    Preparing search index...

    Interface SampledRecordCondition

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

    interface SampledRecordCondition {
        id?: null | number;
        idUser?: null | number;
        time?: null | number;
        gameVersion?: null | string;
        idLevel?: null | number;
        modVersion?: null | string;
        dateCreated?: any;
        dateUpdated?: any;
        splits?: null | (null | number)[];
        speeds?: null | (null | number)[];
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    idUser?: null | number

    Checks for equality with the object’s idUser field.

    time?: null | number

    Checks for equality with the object’s time field.

    gameVersion?: null | string

    Checks for equality with the object’s gameVersion field.

    idLevel?: null | number

    Checks for equality with the object’s idLevel field.

    modVersion?: null | string

    Checks for equality with the object’s modVersion field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.

    splits?: null | (null | number)[]

    Checks for equality with the object’s splits field.

    speeds?: null | (null | number)[]

    Checks for equality with the object’s speeds field.