fun parseFilter(value: Any?, permission: Permission?): Filter

Parses the GraphQL input into a filter

Return

the parsed Filter

Parameters

value

the input

permission

the current read permission, used to only consider nodes in filters which match the permission