Creating an Export
mutation{
createExport(input:{planId: "MapPlan:5a0ddee5a6b7d90aecdc2f1d", parameters:{layer:ORTHOMOSAIC}}){
export{
id
}
}
}{
"data": {
"createExport": {
"export": {
"id": "Export:5ab169ed8904ec000136eac9"
}
}
}
}Using Variables
Last updated
Was this helpful?