Packages

t

io.growing.graphql.resolver

GrowingIOMutationResolver

trait GrowingIOMutationResolver extends AnyRef

Resolver for Mutation

Annotations
@Generated()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrowingIOMutationResolver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addCategoryResource(categoryResource: CategoryResourceInputDto): CategoryResourceDto
  2. abstract def addMemberToProjects(input: List[AddMemberToProjectInputDto]): Boolean
    Annotations
    @NotNull()
  3. abstract def addMembersToDataCenterRole(memberIds: List[String], roleId: String): Boolean
    Annotations
    @NotNull()
  4. abstract def addMembersToDepartment(memberIds: List[String], departmentId: String): Boolean
    Annotations
    @NotNull()
  5. abstract def addMembersToProjectRole(input: AddMembersToProjectRoleInputDto): Boolean
    Annotations
    @NotNull()
  6. abstract def addProjectMembers(input: AddProjectMembersInputDto): Boolean
    Annotations
    @NotNull()
  7. abstract def assignUserProjectRole(input: AssignUserProjectRoleInputDto): Boolean
    Annotations
    @NotNull()
  8. abstract def batchDeleteComplexMetrics(projectId: String, ids: List[String]): Boolean
  9. abstract def batchDeleteDashboards(projectId: String, ids: List[String]): Boolean
  10. abstract def batchDeleteDataCenterCustomEvents(ids: List[String]): Boolean
  11. abstract def batchDeleteDataCenterEventVariables(ids: List[String]): Boolean
  12. abstract def batchDeleteDataCenterItemModels(ids: List[String]): Boolean
  13. abstract def batchDeleteDataCenterItemVariables(ids: List[String]): Boolean
  14. abstract def batchDeleteDataCenterTags(ids: List[String]): Boolean
  15. abstract def batchDeleteDataCenterUserVariables(ids: List[String]): Boolean
  16. abstract def batchDeleteElements(projectId: String, ids: List[String]): Boolean
  17. abstract def batchDeleteEventAnalyses(projectId: String, ids: List[String]): Boolean
  18. abstract def batchDeleteFrequencyAnalyses(projectId: String, ids: List[String]): Boolean
  19. abstract def batchDeleteFunnelAnalyses(projectId: String, ids: List[String]): Boolean
  20. abstract def batchDeleteKpiAnalyses(projectId: String, ids: List[String]): Boolean
  21. abstract def batchDeleteRetentionAnalyses(projectId: String, ids: List[String]): Boolean
  22. abstract def batchDeleteSegments(projectId: String, ids: List[String]): Boolean
  23. abstract def batchDeleteTunnels(ids: List[String]): Boolean
  24. abstract def batchUpdateDataCenterResourceAcl(resourceType: String, resourceIds: List[String], readers: List[String], editors: List[String], projectId: String): Boolean
  25. abstract def batchUpdateSubscriptions(projectId: String, type: SubscriptionTypeDto, subscriptions: List[SubscriptionInputDto]): Boolean
  26. abstract def createAccount(email: String, roleId: String, permissions: List[String], extra: String): CreateAccountReplyDto
  27. abstract def createCategory(category: CategoryInputDto): CategoryDto
  28. abstract def createComplexMetric(projectId: String, complexMetric: ComplexMetricInputDto): ComplexMetricDto
    Annotations
    @NotNull()
  29. abstract def createDashboard(projectId: String, dashboard: DashboardInputDto): DashboardDto
    Annotations
    @NotNull()
  30. abstract def createDashboardComment(projectId: String, dashboardComment: DashboardCommentInputDto): DashboardCommentDto
    Annotations
    @NotNull()
  31. abstract def createDataCenterCustomEvent(customEvent: CustomEventInputDto): CustomEventDto
    Annotations
    @NotNull()
  32. abstract def createDataCenterEventVariable(eventVariable: VariableInputDto): EventVariableDto
    Annotations
    @NotNull()
  33. abstract def createDataCenterItemModel(itemModel: ItemModelInputDto): ItemModelDto
    Annotations
    @NotNull()
  34. abstract def createDataCenterItemVariable(itemVariable: VariableInputDto): ItemVariableDto
    Annotations
    @NotNull()
  35. abstract def createDataCenterRole(role: RoleInputDto): DataCenterRoleDto
    Annotations
    @NotNull()
  36. abstract def createDataCenterTag(tag: TagInputDto): TagDto
    Annotations
    @NotNull()
  37. abstract def createDataCenterUserVariable(userVariable: VariableInputDto): UserVariableDto
    Annotations
    @NotNull()
  38. abstract def createDepartment(department: DepartmentInputDto): DepartmentDto
    Annotations
    @NotNull()
  39. abstract def createElement(projectId: String, element: ElementInputDto): ElementDto
    Annotations
    @NotNull()
  40. abstract def createEventAnalysis(projectId: String, eventAnalysis: EventAnalysisInputDto): EventAnalysisDto
    Annotations
    @NotNull()
  41. abstract def createEventImportJob(tunnelId: String, timeRange: String): EventImportJobDto
    Annotations
    @NotNull()
  42. abstract def createFrequencyAnalysis(projectId: String, frequencyAnalysis: FrequencyAnalysisInputDto): FrequencyAnalysisDto
    Annotations
    @NotNull()
  43. abstract def createFrequencyDrillDownSegment(projectId: String, frequencyDrillDownSegment: FrequencyDrillDownSegmentInputDto): DrillDownSegmentReplyDto
    Annotations
    @NotNull()
  44. abstract def createFrequencyDrillDownSegmentSnapshot(projectId: String, frequencyDrillDownSegment: FrequencyDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
    Annotations
    @NotNull()
  45. abstract def createFunnelAnalysis(projectId: String, funnelAnalysis: FunnelAnalysisInputDto): FunnelAnalysisDto
    Annotations
    @NotNull()
  46. abstract def createFunnelDrillDownSegment(projectId: String, funnelDrillDownSegment: FunnelDrillDownSegmentInputDto): DrillDownSegmentReplyDto
    Annotations
    @NotNull()
  47. abstract def createFunnelDrillDownSegmentSnapshot(projectId: String, funnelDrillDownSegment: FunnelDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
    Annotations
    @NotNull()
  48. abstract def createKpiAnalysis(projectId: String, kpiAnalysis: KpiAnalysisInputDto): KpiAnalysisDto
    Annotations
    @NotNull()
  49. abstract def createMember(input: MemberInputDto): MemberDto
    Annotations
    @NotNull()
  50. abstract def createProject(project: ProjectInputDto): ProjectDto
    Annotations
    @NotNull()
  51. abstract def createProjectRole(projectId: String, role: RoleInputDto): ProjectRoleDto
    Annotations
    @NotNull()
  52. abstract def createRetentionAnalysis(projectId: String, retentionAnalysis: RetentionAnalysisInputDto): RetentionAnalysisDto
    Annotations
    @NotNull()
  53. abstract def createRetentionDrillDownSegment(projectId: String, retentionDrillDownSegment: RetentionDrillDownSegmentInputDto): DrillDownSegmentReplyDto
    Annotations
    @NotNull()
  54. abstract def createRetentionDrillDownSegmentSnapshot(projectId: String, retentionDrillDownSegment: RetentionDrillDownSegmentInputDto): DrillDownSegmentSnapshotReplyDto
    Annotations
    @NotNull()
  55. abstract def createSegment(projectId: String, segment: SegmentInputDto): SegmentDto
    Annotations
    @NotNull()
  56. abstract def createSegmentSnapshot(projectId: String, compute: ComputeDefinitionInputDto): SegmentSnapshotDto
    Annotations
    @NotNull()
  57. abstract def createSubscription(projectId: String, type: SubscriptionTypeDto, id: String): Boolean
  58. abstract def createTunnel(tunnel: TunnelInputDto): TunnelDto
    Annotations
    @NotNull()
  59. abstract def dataCenterAddItemModelAttribute(id: String, attribute: ItemVariableInputDto): ItemVariableDto
  60. abstract def deleteCategory(id: String): Boolean
  61. abstract def deleteComplexMetric(projectId: String, id: String): Boolean
  62. abstract def deleteDashboard(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  63. abstract def deleteDashboardComment(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  64. abstract def deleteDataCenterCustomEvent(id: String): Boolean
  65. abstract def deleteDataCenterEventVariable(id: String): Boolean
    Annotations
    @NotNull()
  66. abstract def deleteDataCenterItemModel(id: String): Boolean
    Annotations
    @NotNull()
  67. abstract def deleteDataCenterItemVariable(id: String): Boolean
    Annotations
    @NotNull()
  68. abstract def deleteDataCenterRole(id: String): Boolean
  69. abstract def deleteDataCenterTag(id: String): Boolean
  70. abstract def deleteDataCenterUserVariable(id: String): Boolean
    Annotations
    @NotNull()
  71. abstract def deleteDepartment(id: String): Boolean
    Annotations
    @NotNull()
  72. abstract def deleteElement(projectId: String, id: String): Boolean
  73. abstract def deleteEventAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  74. abstract def deleteFrequencyAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  75. abstract def deleteFunnelAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  76. abstract def deleteKpiAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  77. abstract def deleteProject(id: String): Boolean
    Annotations
    @NotNull()
  78. abstract def deleteProjectRole(input: DeleteProjectRoleInputDto): Boolean
    Annotations
    @NotNull()
  79. abstract def deleteRetentionAnalysis(projectId: String, id: String): Boolean
    Annotations
    @NotNull()
  80. abstract def deleteSegment(projectId: String, id: String): Boolean
  81. abstract def deleteSubscription(projectId: String, type: SubscriptionTypeDto, id: String): Boolean
  82. abstract def deleteTunnel(id: String): Boolean
  83. abstract def deleteUtmArgument(id: String): Boolean
    Annotations
    @NotNull()
  84. abstract def disableAccount(id: String): Boolean
  85. abstract def executeJob(id: String): JobResultDto
  86. abstract def moveCategoryResources(categoryId: String, categoryResources: List[CategoryResourceInputDto]): List[CategoryResourceDto]
  87. abstract def removeCategoryResources(categoryResources: List[CategoryResourceInputDto]): Boolean
  88. abstract def removeProjectMembers(input: RemoveProjectMembersInputDto): Boolean
    Annotations
    @NotNull()
  89. abstract def resetAccountPassword(id: String): String
    Annotations
    @NotNull()
  90. abstract def resetPassword(input: ResetPasswordInputDto): Boolean
    Annotations
    @NotNull()
  91. abstract def settingPersonaMeasurements(projectId: String, measurements: List[MeasurementInputDto]): Boolean
    Annotations
    @NotNull()
  92. abstract def settingSegmentMeasurements(projectId: String, policy: SettingSegmentMeasurementPolicyDto, measurements: List[MeasurementInputDto], id: String): Boolean
    Annotations
    @NotNull()
  93. abstract def settingUtmArguments(utmArguments: List[UtmArgumentInputDto]): Boolean
    Annotations
    @NotNull()
  94. abstract def submitAnalysisExportJob(projectId: String, id: String, param: AnalysisExportJobParamDto, charset: String): AnalysisExportJobDto
    Annotations
    @NotNull()
  95. abstract def submitSegmentSnapshotUserExportJob(projectId: String, id: String, tags: List[String], properties: List[String], charset: String): SegmentUserExportJobDto
    Annotations
    @NotNull()
  96. abstract def submitSegmentUserExportJob(projectId: String, segmentId: String, tags: List[String], properties: List[String], charset: String): SegmentUserExportJobDto
    Annotations
    @NotNull()
  97. abstract def submitTagUserExportJob(tagId: String, properties: List[String], charset: String, detailExport: Boolean): TagUserExportJobDto
    Annotations
    @NotNull()
  98. abstract def syncUbaCustomEvent(tunnelId: String, ubaCustomEvents: List[UbaCustomEventInputDto]): List[CustomEventDto]
    Annotations
    @NotNull()
  99. abstract def syncUbaUserVariable(tunnelId: String, ubaUserVariables: List[UbaUserVariableInputDto]): List[UserVariableDto]
    Annotations
    @NotNull()
  100. abstract def toggleProject(input: ToggleProjectInputDto): Boolean
    Annotations
    @NotNull()
  101. abstract def transferDataCenterOwner(transfereeId: String): Boolean
    Annotations
    @NotNull()
  102. abstract def transferProjectOwner(input: TransferProjectOwnerInputDto): Boolean
    Annotations
    @NotNull()
  103. abstract def transferProjectResources(input: TransferProjectResourcesInputDto): Boolean
    Annotations
    @NotNull()
  104. abstract def updateCategory(id: String, category: CategoryInputDto): CategoryDto
  105. abstract def updateComplexMetric(projectId: String, id: String, complexMetric: ComplexMetricInputDto): ComplexMetricDto
    Annotations
    @NotNull()
  106. abstract def updateDashboard(projectId: String, id: String, dashboard: DashboardInputDto): DashboardDto
    Annotations
    @NotNull()
  107. abstract def updateDashboardComment(projectId: String, id: String, dashboardComment: DashboardCommentInputDto): DashboardCommentDto
    Annotations
    @NotNull()
  108. abstract def updateDataCenterCustomEvent(id: String, customEvent: CustomEventInputDto): CustomEventDto
    Annotations
    @NotNull()
  109. abstract def updateDataCenterEventVariable(id: String, eventVariable: VariableInputDto): EventVariableDto
    Annotations
    @NotNull()
  110. abstract def updateDataCenterInfo(dataCenterInfo: DataCenterInfoInputDto): Boolean
    Annotations
    @NotNull()
  111. abstract def updateDataCenterItemModel(id: String, itemModel: ItemModelInputDto): ItemModelDto
    Annotations
    @NotNull()
  112. abstract def updateDataCenterItemVariable(id: String, itemVariable: VariableInputDto): ItemVariableDto
    Annotations
    @NotNull()
  113. abstract def updateDataCenterResourceAcls(resourceType: String, resourceId: String, accessEntry: AccessEntryInputDto): Boolean
  114. abstract def updateDataCenterRole(id: String, role: RoleInputDto): Boolean
  115. abstract def updateDataCenterTag(id: String, tag: TagInputDto): TagDto
  116. abstract def updateDataCenterUserVariable(id: String, userVariable: VariableInputDto): UserVariableDto
    Annotations
    @NotNull()
  117. abstract def updateDepartment(id: String, department: DepartmentInputDto): DepartmentDto
    Annotations
    @NotNull()
  118. abstract def updateElement(projectId: String, id: String, element: ElementUpdateInputDto): ElementDto
    Annotations
    @NotNull()
  119. abstract def updateEventAnalysis(projectId: String, id: String, eventAnalysis: EventAnalysisInputDto): EventAnalysisDto
    Annotations
    @NotNull()
  120. abstract def updateFrequencyAnalysis(projectId: String, id: String, frequencyAnalysis: FrequencyAnalysisInputDto): FrequencyAnalysisDto
    Annotations
    @NotNull()
  121. abstract def updateFunnelAnalysis(projectId: String, id: String, funnelAnalysis: FunnelAnalysisInputDto): FunnelAnalysisDto
    Annotations
    @NotNull()
  122. abstract def updateKpiAnalysis(projectId: String, id: String, kpiAnalysis: KpiAnalysisInputDto): KpiAnalysisDto
    Annotations
    @NotNull()
  123. abstract def updateMember(id: String, input: MemberInputDto): Boolean
    Annotations
    @NotNull()
  124. abstract def updateMemberDataCenterRole(memberId: String, roleId: String): Boolean
    Annotations
    @NotNull()
  125. abstract def updateOriginDataSetting(originDatas: List[OriginDataSettingInputDto]): Boolean
    Annotations
    @NotNull()
  126. abstract def updateProject(id: String, project: ProjectInputDto): ProjectDto
    Annotations
    @NotNull()
  127. abstract def updateProjectDataCtrl(input: UpdateProjectDataCtrlInputDto): ProjectDataCtrlDto
    Annotations
    @NotNull()
  128. abstract def updateProjectRole(projectId: String, id: String, role: RoleInputDto): Boolean
    Annotations
    @NotNull()
  129. abstract def updateRetentionAnalysis(projectId: String, id: String, retentionAnalysis: RetentionAnalysisInputDto): RetentionAnalysisDto
    Annotations
    @NotNull()
  130. abstract def updateSegment(projectId: String, id: String, segment: SegmentInputDto): SegmentDto
  131. abstract def updateTunnel(id: String, tunnel: TunnelInputDto): TunnelDto
  132. abstract def updateUserDataCenterPermissions(userId: String, roleId: String, permissions: List[String]): Boolean
  133. abstract def dataCenterRoleAppendUser(roleName: String, userId: String): Boolean

    Deprecated

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped