RootSubscriptionType
No description
type RootSubscriptionType {
deploymentProgress(
organizationId: ID!
packageId: ID!
): ProvisioningLifecycleEvents
packageAlerts(
organizationId: ID!
packageId: ID!
): PackageAlert
}
No description
type RootSubscriptionType {
deploymentProgress(
organizationId: ID!
packageId: ID!
): ProvisioningLifecycleEvents
packageAlerts(
organizationId: ID!
packageId: ID!
): PackageAlert
}
deploymentProgress (ProvisioningLifecycleEvents)​packageAlerts (PackageAlert)​