abstract class MetaFilterDefinition(name: String, description: String, val filterDefinition: FilterDefinition<out Node>) : FilterEntryDefinition
Definition for a meta filter
Parameters
name
the name of the field on the GraphQLInputObjectType
description
the description of the field
filterDefinition
the definition of the aggregated filter