getting errors while exporting all entities from API GW v.11.1.0.
Graphman client v.1.3.8, schema v11.1.00.
$ graphman export --gateway dev --using all --output GraphmanOutput/dev/dev-source-bundle.xml.json --options.policyCodeFormat xml
[info] exporting from dev gateway
[info] unexpected data {
"errors": [
{
"message": "Exception while fetching data (/logSinks[3]/checksum) : null",
"locations": [
{
"line": 405,
"column": 5
}
],
"path": [
"logSinks",
3,
"checksum"
],
"extensions": {
"classification": "DataFetchingException"
}
},
{
"message": "Exception while fetching data (/logSinks[3]/filters) : Cannot invoke \"com.l7tech.objectmodel.folder.Folder.getPath()\" because \"<parameter1>\" is null",
"locations": [
{
"line": 412,
"column": 5
}
],
"path": [
"logSinks",
3,
"filters"
],
"extensions": {
"classification": "DataFetchingException"
}
}
]
11.1