Hi
Trying to push (manually at this point) historical events into compass activity via API.
Where can I find the optional values for: “event.deployment.deploymentProperties.state”
(besides PENDING)
That’s indeed not easily discoverable, even though everything is documented in principle. Compass is built atop a GraphQL schema, and while this implies well documented types that enable IDE type inference and inspection, the GraphQL API reference as such is not as accessible as it should be.
Notably it lacks deep links at the level you are asking for, but starting from mutations_createCompassEvent, you can click through the inline dialog to reach CompassCreateEventInput → CompassEventInput → CompassCreateDeploymentEventInput → CompassCreateDeploymentEventPropertiesInput → CompassDeploymentEventState.