@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelMetadatumFilter

    A filter to be used against SampledLevelMetadatum object types. All fields are combined with a logical ‘and.’

    interface SampledLevelMetadatumFilter {
        id?: null | IntFilter;
        idLevel?: null | IntFilter;
        amountCheckpoints?: null | IntFilter;
        amountFinishes?: null | IntFilter;
        amountBlocks?: null | IntFilter;
        typeGround?: null | IntFilter;
        typeSkybox?: null | IntFilter;
        blocks?: null | JSONFilter;
        dateCreated?: null | DatetimeFilter;
        dateUpdated?: null | DatetimeFilter;
        and?: null | SampledLevelMetadatumFilter[];
        or?: null | SampledLevelMetadatumFilter[];
        not?: null | SampledLevelMetadatumFilter;
    }
    Index

    Properties

    id?: null | IntFilter

    Filter by the object’s id field.

    idLevel?: null | IntFilter

    Filter by the object’s idLevel field.

    amountCheckpoints?: null | IntFilter

    Filter by the object’s amountCheckpoints field.

    amountFinishes?: null | IntFilter

    Filter by the object’s amountFinishes field.

    amountBlocks?: null | IntFilter

    Filter by the object’s amountBlocks field.

    typeGround?: null | IntFilter

    Filter by the object’s typeGround field.

    typeSkybox?: null | IntFilter

    Filter by the object’s typeSkybox field.

    blocks?: null | JSONFilter

    Filter by the object’s blocks field.

    dateCreated?: null | DatetimeFilter

    Filter by the object’s dateCreated field.

    dateUpdated?: null | DatetimeFilter

    Filter by the object’s dateUpdated field.

    Checks for all expressions in this list.

    Checks for any expressions in this list.

    Negates the expression.