@zeepkist/graphql
    Preparing search index...

    Interface RecordToManyWorldRecordGlobalFilter

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

    interface RecordToManyWorldRecordGlobalFilter {
        every?: null | WorldRecordGlobalFilter;
        some?: null | WorldRecordGlobalFilter;
        none?: null | WorldRecordGlobalFilter;
    }
    Index

    Properties

    Properties

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

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

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