@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelMetadatumCondition

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

    interface SampledLevelMetadatumCondition {
        id?: null | number;
        levelId?: null | number;
        amountCheckpoints?: null | number;
        amountFinishes?: null | number;
        amountBlocks?: null | number;
        typeGround?: null | number;
        typeSkybox?: null | number;
        blocks?: any;
        dateCreated?: any;
        dateUpdated?: any;
    }
    Index

    Properties

    id?: null | number

    Checks for equality with the object’s id field.

    levelId?: null | number

    Checks for equality with the object’s levelId field.

    amountCheckpoints?: null | number

    Checks for equality with the object’s amountCheckpoints field.

    amountFinishes?: null | number

    Checks for equality with the object’s amountFinishes field.

    amountBlocks?: null | number

    Checks for equality with the object’s amountBlocks field.

    typeGround?: null | number

    Checks for equality with the object’s typeGround field.

    typeSkybox?: null | number

    Checks for equality with the object’s typeSkybox field.

    blocks?: any

    Checks for equality with the object’s blocks field.

    dateCreated?: any

    Checks for equality with the object’s dateCreated field.

    dateUpdated?: any

    Checks for equality with the object’s dateUpdated field.