stages
Your company's adoption stages. Returns a [Stage]
array.
Example Queries
Get stages with their tools and stage context for each tool:
{
stages {
name
tools(first: 100) {
edges {
node {
name
stageContext
}
}
}
}
}