@zeepkist/graphql
    Preparing search index...

    Interface LevelToManyPersonalBestGlobalFilter

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

    interface LevelToManyPersonalBestGlobalFilter {
        every?: null | PersonalBestGlobalFilter;
        some?: null | PersonalBestGlobalFilter;
        none?: null | PersonalBestGlobalFilter;
    }
    Index

    Properties

    Properties

    Every related PersonalBestGlobal matches the filter criteria. All fields are combined with a logical ‘and.’

    Some related PersonalBestGlobal matches the filter criteria. All fields are combined with a logical ‘and.’

    No related PersonalBestGlobal matches the filter criteria. All fields are combined with a logical ‘and.’