Installation Control Examples
A guide for developers making ION Actions on abomInstallation events.
Creating Ion Actions for A-Bomb Installations
Objective
Key Steps
query ($buildRequirementId: ID!, $partInventoryId: ID!) {
abomInstallation(
buildRequirementId: $buildRequirementId
partInventoryId: $partInventoryId
) {
id
partInventory {
id
}
}
}




Cautionary Notes
Tips for Efficiency
Link to Loom
Last updated
Was this helpful?

