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 and data2 and returns the combined result.

data1 and data2 must be of the same type. Either both are dict, InputValue.Object