Definition for a not meta filter Negates a filter

Parameters

filterDefinition

definition for the filter to negate

Constructors

Link copied to clipboard
constructor(filterDefinition: FilterDefinition<out Node>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun parseEntry(value: Any?, permission: Permission?): FilterEntry

Parses the entry of the provided filter

Link copied to clipboard
open override fun toGraphQLType(inputTypeCache: CacheMap<String, GraphQLInputType>): GraphQLInputType

Transforms this into a GraphQLInputType