We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfa8b4 commit 8f69f71Copy full SHA for 8f69f71
1 file changed
apps/events/src/components/ConvertTypesData.tsx
@@ -10,6 +10,7 @@ export const ConvertTypesData = () => {
10
11
const handleGenerate = () => {
12
const data = getTypesWithSchemaAndMapping();
13
+ console.log('data', JSON.stringify(data, null, 2));
14
setTypesData(data);
15
setIsGenerated(true);
16
// Set default active tab to schema for all types
0 commit comments