@zeepkist/graphql
    Preparing search index...

    Interface UserToManyUserPointFilter

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

    interface UserToManyUserPointFilter {
        every?: null | UserPointFilter;
        some?: null | UserPointFilter;
        none?: null | UserPointFilter;
    }
    Index

    Properties

    Properties

    every?: null | UserPointFilter

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

    some?: null | UserPointFilter

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

    none?: null | UserPointFilter

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