@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?: number | null;
        name?: string | null;
        points?: (number | null)[] | null;
        minimumPoints?: number | null;
        bestOf?: number | null;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: number | null

    Checks for equality with the object’s id field.

    name?: string | null

    Checks for equality with the object’s name field.

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

    Checks for equality with the object’s points field.

    minimumPoints?: number | null

    Checks for equality with the object’s minimumPoints field.

    bestOf?: number | null

    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.