• Preparing search index...
  • The search index is not available
Graviola CRUD
  • Graviola CRUD
  • sparql-schema/src
  • applyNotInOperator

Function applyNotInOperator

  • applyNotInOperator(values: any[], context: FilterContext): FilterResult

    notIn: Use FILTER with NOT IN { status: { notIn: ["deleted", "banned"] } } => ?person :status ?status . FILTER(?status NOT IN ("deleted", "banned")) { knows: { notIn: [{ '@id': 'http://ex.com/blocked' }] } } => ?person :knows ?knows . FILTER(?knows NOT IN (http://ex.com/blocked))

    Parameters

    • values: any[]
    • context: FilterContext

    Returns FilterResult

    • Defined in packages/sparql-schema/src/filters/operators/comparison.ts:130

Settings

Member Visibility
Graviola CRUD
  • Loading...

Generated using TypeDoc