Packages

t

io.growing.graphql.resolver

GrowingIOQueryResolver

trait GrowingIOQueryResolver extends AnyRef

Resolver for Query

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

Abstract Value Members

  1. abstract def accountApplication(id: String): AccountApplicationDto
  2. abstract def accountApplicationStatus(identity: String): String
    Annotations
    @NotNull()
  3. abstract def activeUsers(projectId: String, timeRange: String, offset: Integer, limit: Integer): SlicePaginationDto
    Annotations
    @NotNull()
  4. abstract def analysisAlert(projectId: String, id: String): AnalysisAlertsDto
  5. abstract def analysisAlerts(projectId: String): List[AnalysisAlertsDto]
  6. abstract def analysisDashboardReferers(projectId: String, resourceType: String, resourceId: String): List[DashboardReferenceDto]
  7. abstract def basicProfile(projectId: String, id: String): BasicProfileDto
  8. abstract def categories(resourceType: String): List[CategoryDto]

    获取分类列表, resourceType: userVariable | tag, 也可以不填,不填时返回所有两种类型的结果

  9. abstract def category(id: String): CategoryDto

    根据分类ID获取分类信息

  10. abstract def checkTagFieldExistence(fieldValue: String, fieldType: TagFieldTypeDto): Boolean

    Annotations
    @NotNull()
  11. abstract def circleQrcode(projectId: String, productId: String): CircleQrcodeDto
    Annotations
    @NotNull()
  12. abstract def complexMetric(projectId: String, id: String): ComplexMetricDto

    单个计算指标详情

  13. abstract def complexMetrics(projectId: String): List[ComplexMetricDto]

    计算指标列表

  14. abstract def complexMetricsV2(projectId: String): List[ComplexMetricDto]

    大洋分析计算指标查询列表页接口(由ID查询仍走旧接口)

  15. abstract def countComplexMetrics(projectId: String): Integer

    统计计算指标的个数

  16. abstract def countDashboards(projectId: String): Integer
  17. abstract def countEventAnalyses(projectId: String): Integer
  18. abstract def countFrequencyAnalyses(projectId: String): Integer
  19. abstract def countFunnelAnalyses(projectId: String): Integer
  20. abstract def countKpiAnalyses(projectId: String): Integer
  21. abstract def countRetentionAnalyses(projectId: String): Integer
  22. abstract def countSegments(projectId: String): Integer
  23. abstract def crystalBallDashboard(projectId: String, id: String): DashboardDto
  24. abstract def crystalBallDashboardComment(projectId: String, id: String): DashboardCommentDto
  25. abstract def crystalBallDashboards(projectId: String): List[DashboardDto]
  26. abstract def crystalBallEventAnalysis(projectId: String, id: String): EventAnalysisDto
  27. abstract def crystalBallFrequencyAnalysis(projectId: String, id: String): FrequencyAnalysisDto
  28. abstract def crystalBallKpiAnalysis(projectId: String, id: String): KpiAnalysisDto
  29. abstract def crystalBallTrackOverviewAnalysis(projectId: String, id: String): TrackOverviewAnalysisDto
  30. abstract def crystalBallUserInfoPanels(projectId: String): List[CrystalBallUserInfoPanelDto]
  31. abstract def currentUserProjectRole(projectId: String): ProjectRoleDto
  32. abstract def customEvent(projectId: String, id: String): CustomEventDto

    单个打点事件详情

  33. abstract def customEvents(projectId: String): List[CustomEventDto]

    打点事件列表

  34. abstract def dashboard(projectId: String, id: String): DashboardDto
  35. abstract def dashboardComment(projectId: String, id: String): DashboardCommentDto
  36. abstract def dashboards(projectId: String): List[DashboardDto]
    Annotations
    @NotNull()
  37. abstract def dataCenterAcls(resourceType: String): List[UserAccessCtrlDto]
  38. abstract def dataCenterCustomEvent(id: String): CustomEventDto

    数据中心 单个打点事件详情

  39. abstract def dataCenterDefaultCategory(resourceType: String): CategoryDto

    返回dataCenter级别未分类资源

  40. abstract def dataCenterEventVariable(id: String): EventVariableDto

    通过 id 获取数据中心的事件变量

  41. abstract def dataCenterGetCategoryByResource(categoryResource: CategoryResourceInputDto): CategoryDto

    根据资源返回其所属分类

  42. abstract def dataCenterInsightDimensions(measurements: List[MeasurementInputDto], targetUsers: List[String]): List[DimensionDto]

    数据中心的 InsightDimensions

  43. abstract def dataCenterItemModel(id: String): ItemModelDto

    通过 id 获取数据中心的物品模型

  44. abstract def dataCenterItemVariable(id: String): ItemVariableDto

    通过 id 获取数据中心的物品模型变量

  45. abstract def dataCenterResourceActions(resourceType: String, resourceId: Long): List[String]
  46. abstract def dataCenterRole(id: String): DataCenterRoleDto
  47. abstract def dataCenterSearchCategories(q: String, resourceType: String): List[CategoryDto]

    根据关键字查询在dataCenter级别下分类信息, resourceType: tag | userVariable

  48. abstract def dataCenterTag(id: String): TagDto

    通过 id 获取数据中心标签

  49. abstract def dataCenterTreeLikeCategories(resourceType: String): List[CategoryDto]

    根据资源类型返回dataCenter级别下树状结构分类信息

  50. abstract def dataCenterTreeLikeCategoryWithResource(id: String): CategoryDto

    根据资源id返回dataCenter级别下树状结构分类信息

  51. abstract def dataCenterUserGrants(resourceType: String, resourceId: Long): AccessEntryDto
  52. abstract def dataCenterUserProfile(userId: String, tags: List[String], properties: List[String]): UserProfileDto

    如果userId在数据端为无效或不存在,则返回空

  53. abstract def dataCenterUserVariable(id: String): UserVariableDto

    通过 id 获取数据中心的用户变量

  54. abstract def debuggerQrcode(productId: String): DebuggerQrcodeDto
    Annotations
    @NotNull()
  55. abstract def defaultCategory(resourceType: String, projectId: String): CategoryDto

    根据资源类型查询未分类的资源列表

  56. abstract def departments(parentId: String): List[DepartmentDto]
    Annotations
    @NotNull()
  57. abstract def element(projectId: String, id: String): ElementDto

    无埋点 单个元素详情

  58. abstract def elements(projectId: String): List[ElementDto]

    无埋点 元素列表

  59. abstract def eventAnalyses(projectId: String): List[EventAnalysisDto]
  60. abstract def eventAnalysis(projectId: String, id: String, dashboardId: String): EventAnalysisDto
  61. abstract def eventVariable(projectId: String, id: String): EventVariableDto

    单个事件变量详情

  62. abstract def eventVariables(projectId: String): List[EventVariableDto]

    事件变量列表

  63. abstract def frequencyAnalyses(projectId: String): List[FrequencyAnalysisDto]
  64. abstract def frequencyAnalysis(projectId: String, id: String, dashboardId: String): FrequencyAnalysisDto
  65. abstract def funnelAnalyses(projectId: String): List[FunnelAnalysisDto]
  66. abstract def funnelAnalysis(projectId: String, id: String, dashboardId: String): FunnelAnalysisDto
  67. abstract def getAlertsByChartId(projectId: String, chartId: String): List[AnalysisAlertsDto]
  68. abstract def getTGIStatisticData(projectId: String, segmentId: String): List[TGIStatisticDataDto]

    获取腾讯分群画像用户信息统计数据, 返回两组数据,第一组为手机号覆盖率,第二组为设备覆盖率

    获取腾讯分群画像用户信息统计数据, 返回两组数据,第一组为手机号覆盖率,第二组为设备覆盖率

    Annotations
    @NotNull()
  69. abstract def getTunnelEventsTrend(id: String): TunnelEventsTrendDto
  70. abstract def insightDimensions(projectId: String, measurements: List[MeasurementInputDto], targetUsers: List[String]): List[DimensionDto]

    数据中心的 insightDimensions

  71. abstract def jobFiles(id: String): List[FileDescriptorDto]
    Annotations
    @NotNull()
  72. abstract def jobLogs(id: String): List[LogEntryDto]
    Annotations
    @NotNull()
  73. abstract def jobResult(id: String): JobResultDto
  74. abstract def kpiAnalyses(projectId: String): List[KpiAnalysisDto]
  75. abstract def kpiAnalysis(projectId: String, id: String, dashboardId: String): KpiAnalysisDto
  76. abstract def logExportJobResult(id: String): AuditLogExportJobResultDto

    查询日志导出状态

    查询日志导出状态

    Annotations
    @NotNull()
  77. abstract def logs(q: AuditLogQueryInputDto, timeRange: String, offset: Integer, limit: Integer): SlicePaginationDto

    查询日志

    查询日志

    Annotations
    @NotNull()
  78. abstract def measurements(projectId: String, t: List[String], q: String, c: String, f: String): List[MeasurableDto]

    聚合的指标列表

  79. abstract def members(scopeId: String, scopeType: MemberScopeTypeInputDto, offset: Integer, limit: Integer): SlicePaginationDto
    Annotations
    @NotNull()
  80. abstract def minpActiveUserIps(productId: String): List[String]

    获取IP,返回productId关联的,最多5个

    获取IP,返回productId关联的,最多5个

    Annotations
    @NotNull()
  81. abstract def minpCircleQrcode(productId: String): String

    获取二维码长链

    获取二维码长链

    Annotations
    @NotNull()
  82. abstract def notificationTask(id: String): NotificationTaskDto
  83. abstract def passwordValidation(identity: String, password: String): Boolean
    Annotations
    @NotNull()
  84. abstract def personaMeasurements(projectId: String): List[MeasurementDto]
  85. abstract def personaProfile(projectId: String, id: String): PersonaProfileDto
  86. abstract def preparedDimensions(projectId: String): List[PreparedDimensionDto]

    预定义维度列表

  87. abstract def preparedSegment(projectId: String, id: String): PreparedSegmentDto

    activeToday: 今日活跃用户 activeInThreeWeeks: 近 3 周活跃用户 activeNotInTwoWeeks: 近 2 周不活跃用户

  88. abstract def project(id: String): ProjectDto
  89. abstract def projectDataCtrl(projectId: String): List[ProjectDataCtrlDto]
    Annotations
    @NotNull()
  90. abstract def projectRole(projectId: String, id: String): ProjectRoleDto
    Annotations
    @NotNull()
  91. abstract def projectRoles(projectId: String): List[ProjectRoleDto]
    Annotations
    @NotNull()
  92. abstract def projectTunnels(projectId: String): List[TunnelDto]
  93. abstract def queryGroupByIds(ids: List[String]): List[TagGroupInfoDto]

    * 通过id查询分组信息

    * 通过id查询分组信息

    ids

    id列表

    returns

    对应id的标签分组信息

    Annotations
    @NotNull()
  94. abstract def retentionAnalyses(projectId: String): List[RetentionAnalysisDto]
  95. abstract def retentionAnalysis(projectId: String, id: String, dashboardId: String): RetentionAnalysisDto
  96. abstract def searchCategories(projectId: String, q: String, resourceType: String): List[CategoryDto]

    根据关键字查询分类, resourceType: tag | userVariable

  97. abstract def searchMembers(scopeId: String, scopeType: MemberScopeTypeInputDto, nameOrIdentity: String, offset: Integer, limit: Integer): SlicePaginationDto
    Annotations
    @NotNull()
  98. abstract def searchUserEvents(projectId: String, id: String, q: String, timeRange: String): List[String]
    Annotations
    @NotNull()
  99. abstract def searchUsers(projectId: String, properties: List[String], filter: FilterInputDto): List[UserSearchDto]

    查询用户,properties为返回哪些用户信息/属性,filter为需要的过滤字段,之前的q现在使用filter传

  100. abstract def segment(projectId: String, id: String): SegmentDto
  101. abstract def segmentDocument(projectId: String, id: String): SegmentDocumentDto
  102. abstract def segmentMeasurements(projectId: String, policy: SettingSegmentMeasurementPolicyDto, id: String): List[MeasurementDto]
  103. abstract def segments(projectId: String): List[SegmentDto]
  104. abstract def simpleEvents(projectId: String, elementId: String): List[SimpleEventDto]

    无埋点事件 即圈选事件

  105. abstract def subscriptions(projectId: String, type: SubscriptionTypeDto): List[SubscriptionDto]
    Annotations
    @NotNull()
  106. abstract def tag(projectId: String, id: String): TagDto
  107. abstract def tags(projectId: String): List[TagDto]
  108. abstract def tencentPortrait(projectId: String, id: String): TencentPortraitDto
  109. abstract def tencentPortraitTagInfo(groupId: String, level: String): List[TagGroupInfoDto]

    * 返回标签分组信息

    * 返回标签分组信息

    groupId

    非必填,为空 | 查询所有非叶子分组(即⻚面侧边分组),有值 | 查询这个分组的下一级分组及分组下标签信息(即⻚面中部分组及标签)

    level

    非必填,目前该参数为保留参数,暂时不提供功能

    returns

    标签分组信息

    Annotations
    @NotNull()
  110. abstract def tencentPortraits(projectId: String): List[TencentPortraitDto]
    Annotations
    @NotNull()
  111. abstract def testNotificationTask(id: String): WebHookResponseDto
    Annotations
    @NotNull()
  112. abstract def testWebHook(input: WebHookInputDto): WebHookResponseDto
    Annotations
    @NotNull()
  113. abstract def testWebHookById(id: String): WebHookResponseDto
    Annotations
    @NotNull()
  114. abstract def treeLikeCategoriesWithResource(projectId: String, resourceType: String): List[CategoryDto]

    根据资源类型与项目id返回树状结构分类信息

  115. abstract def tunnel(id: String): TunnelDto
  116. abstract def tunnelActivated(id: String): Boolean
    Annotations
    @NotNull()
  117. abstract def ubaCustomEvents(tunnelId: String): List[CustomEventDto]
  118. abstract def ubaUserVariables(tunnelId: String): List[UserVariableDto]
  119. abstract def userDataCenterPermissionModules(userId: String): List[ModuleDto]
  120. abstract def userEventCount(projectId: String, id: String, timeRange: String, eventKeys: List[String]): UserEventCountDto
  121. abstract def userEvents(projectId: String, id: String, types: List[UserEventTypeDto], timeRange: String, first: Integer, after: String, last: Integer, before: String, limit: Integer, filter: FilterInputDto): CursorPaginationDto

    用户事件查询,新增filter为过滤条件,小程序无埋点filter中含有appid

    用户事件查询,新增filter为过滤条件,小程序无埋点filter中含有appid

    Annotations
    @NotNull()
  122. abstract def userEventsTrend(projectId: String, id: String, type: UserEventTypeDto, timeRange: String, interval: Long, eventKeys: List[String]): EventTrendDto
  123. abstract def userProfile(projectId: String, userId: String, tags: List[String], properties: List[String]): UserProfileDto

    如果userId在数据端为无效或不存在,则返回空

  124. abstract def userProfileWithTime(projectId: String, userId: String, tags: List[String], properties: List[String]): List[TimeUserProfileDto]

    如果userId在数据端为无效或不存在,则返回空

  125. abstract def userProjectPermissionModules(projectId: String, userId: String): List[ModuleDto]
    Annotations
    @NotNull()
  126. abstract def userVariable(projectId: String, id: String): UserVariableDto

    单个用户变量详情

  127. abstract def userVariables(projectId: String): List[UserVariableDto]

    用户变量列表

  128. abstract def users(projectId: String, type: UserQueryTypeDto, id: String, offset: Integer, limit: Integer, tags: List[String], properties: List[String]): SlicePaginationDto
    Annotations
    @NotNull()
  129. abstract def verifyProjectAi(ai: String): Boolean
    Annotations
    @NotNull()
  130. abstract def webHook(id: String): WebHookDto

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() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped