Skip to main content

ResourceGroup

Resource group with normalized role data Represents strategies, bots, and other resources under an organization

type ResourceGroup {
name: String!
path: String!
title: String!
type: String!
roles: [RoleInfo!]!
totalMembers: Int!
hasChildren: Boolean!
}

Fields

ResourceGroup.name ● String! non-null scalar

Resource group name (our resource UUID)

ResourceGroup.path ● String! non-null scalar

Resource group path (hierarchical)

ResourceGroup.title ● String! non-null scalar

Display title (from GROUP_TITLE attribute)

ResourceGroup.type ● String! non-null scalar

Resource type (from GROUP_TYPE attribute) Values: "strategy", "bot", "exchange", "runner", "organization", "none"

ResourceGroup.roles ● [RoleInfo!]! non-null object

List of roles with member counts

ResourceGroup.totalMembers ● Int! non-null scalar

Total number of members across all roles

ResourceGroup.hasChildren ● Boolean! non-null scalar

Whether this resource group has child resource groups

Member Of

ResourceGroupEdge object