```query TagList { tags(only_current: false) { name start end warnOnDuplicates } } ``` When a GraphQL query is sent requesting the `onWarnDuplicates` field, it is always returned as `null` regardless of its value in the Mongo database.