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
data1
anddata2
and returns the combined result.data1
anddata2
must be of the same type. Either both aredict
,InputValue.Object