abstract class FilterEntryDefinition(val name: String, val description: String) : GraphQLInputTypeGenerator
Definition for a filter entry. Defines a function to parse entries
Parameters
name
the name of the field on the GraphQLInputObjectType
description
the description of the field