@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadatumCondition

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

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

    Properties

    id?: number | null

    Checks for equality with the object’s id field.

    levelId?: number | null

    Checks for equality with the object’s levelId field.

    amountCheckpoints?: number | null

    Checks for equality with the object’s amountCheckpoints field.

    amountFinishes?: number | null

    Checks for equality with the object’s amountFinishes field.

    amountBlocks?: number | null

    Checks for equality with the object’s amountBlocks field.

    typeGround?: number | null

    Checks for equality with the object’s typeGround field.

    typeSkybox?: number | null

    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.