TagGroupingRule is a datatype for describing the number of groups that tag values are distributed into for a given tag.

This datatype is used primarily by the setTagGroupings() mutation field. It's also used by the currentTagGroupings parameter of the datatype, Repository, which is used by several mutation and query fields.

Table: TagGroupingRule

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 13, 2025
groupCountintegeryes Short-TermThe number of groups that tag values are distributed.
tagNamestringyes Short-TermThe name of the given tag into which values will be distributed.