@zeepkist/graphql
    Preparing search index...

    Interface ZslPointsStructureCondition

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

    interface ZslPointsStructureCondition {
        id?: null | number;
        name?: null | string;
        points?: null | (null | number)[];
        minimumPoints?: null | number;
        bestOf?: null | number;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    name?: null | string

    Checks for equality with the object’s name field.

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

    Checks for equality with the object’s points field.

    minimumPoints?: null | number

    Checks for equality with the object’s minimumPoints field.

    bestOf?: null | number

    Checks for equality with the object’s bestOf field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.