We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c182bf7 commit 156ac9aCopy full SHA for 156ac9a
2 files changed
polyglot/adapter.json
@@ -119,7 +119,11 @@
119
}
120
121
122
- ]
+ ],
123
+ {
124
+ "from": { "childType": "uuid" },
125
+ "to": { "mode": "uniqueidentifier" }
126
+ }
127
]
128
129
polyglot/convertAdapter.json
@@ -57,6 +57,10 @@
57
{
58
"from": { "type": "json" },
59
"to": { "mode": "json" }
60
+ },
61
62
+ "from": { "childType": "uniqueidentifier" },
63
+ "to": { "mode": "uuid" }
64
65
66
},
0 commit comments