Fetching Exports
query GetExports{
node(id:"MapPlan:5a0de0835f1e08eaabc732bd"){
... on MapPlan{
exports(first:5){
edges {
node {
id
user{
username
}
parameters {
projection
merge
contourInterval
fileFormat
resolution
}
status
dateCreation
downloadPath
}
}
}
}
}
}Checking the status of an Export
Last updated
Was this helpful?