CreateDashboardSharingPayload
The resulting payload of the create operation.
type CreateDashboardSharingPayload {
result: OperationResult
sharing: DashboardSharing
}
Fields
CreateDashboardSharingPayload.result ● OperationResult object
The result of the operation.
CreateDashboardSharingPayload.sharing ● DashboardSharing object
The resulting sharing if the operation was successful.
Returned By
createDashboardSharing mutation