feat: Add grapqhl in export to postman collection (#2386)

This commit is contained in:
Michel Descoteaux
2024-08-23 15:22:15 -04:00
committed by GitHub
parent 73ac969d35
commit b63cf46734

View File

@@ -137,6 +137,11 @@ export const exportCollection = (collection) => {
}
}
};
case 'graphql':
return {
mode: 'graphql',
graphql: body.graphql
};
}
};