@zeepkist/graphql
    Preparing search index...

    Interface UserToManyRecordFilter

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

    interface UserToManyRecordFilter {
        every?: null | RecordFilter;
        some?: null | RecordFilter;
        none?: null | RecordFilter;
    }
    Index

    Properties

    Properties

    every?: null | RecordFilter

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

    some?: null | RecordFilter

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

    none?: null | RecordFilter

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