Utils#
- subgrounds.pagination.utils.merge_input_value_object_metas(data1: Object, data2: Object) Object#
- subgrounds.pagination.utils.merge_input_value_object_metas(data1: dict[str, subgrounds.query.InputValue.Object], data2: dict[str, subgrounds.query.InputValue.Object]) dict[str, subgrounds.query.InputValue.Object]
Merges
data1anddata2and returns the combined result.data1anddata2must be of the same type. Either both aredict,InputValue.Object