AppDashboardIntegrationCreate
Result of app dashboard integration create mutation.
type AppDashboardIntegrationCreate {
appDashboardIntegration: AppDashboardIntegration
appErrors: [AppError!]!
}
Fields
AppDashboardIntegrationCreate.appDashboardIntegration ● AppDashboardIntegration object
The created dashboard integration.
AppDashboardIntegrationCreate.appErrors ● [AppError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
appDashboardIntegrationCreate mutation