Skip to main content

AppDashboardIntegrationDelete

Result of app dashboard integration delete mutation.

type AppDashboardIntegrationDelete {
appDashboardIntegration: AppDashboardIntegration
appErrors: [AppError!]!
}

Fields

AppDashboardIntegrationDelete.appDashboardIntegration ● AppDashboardIntegration object

The deleted dashboard integration.

AppDashboardIntegrationDelete.appErrors ● [AppError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

appDashboardIntegrationDelete mutation

Was this page helpful?