@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?: UserPointFilter | null;
        some?: UserPointFilter | null;
        none?: UserPointFilter | null;
        aggregates?: UserPointAggregatesFilter | null;
    }
    Index

    Properties

    every?: UserPointFilter | null

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

    some?: UserPointFilter | null

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

    none?: UserPointFilter | null

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

    aggregates?: UserPointAggregatesFilter | null

    Aggregates across related UserPoint match the filter criteria.