rest-api/resources/schema.graphqls [146:153]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  id: ID!
  rawId: ID!
  name: String
  projects(filter: ProjectsFilter = {archived: false}): AgentPoolProjectsConnection
  agentTypes(filter: AgentPoolAgentTypesFilter): AgentPoolAgentTypesConnection
  cloudImages: AgentPoolCloudImagesConnection @deprecated(reason: "Use agentTypes(filter:{cloud = true})")
  agents: AgentPoolAgentsConnection @deprecated(reason: "Use agentTypes(filter:{cloud = false})")
  maxAgentsNumber: Int
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rest-api/resources/schema.graphqls [163:170]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  id: ID!
  rawId: ID!
  name: String
  projects(filter: ProjectsFilter = {archived: false}): AgentPoolProjectsConnection
  agentTypes(filter: AgentPoolAgentTypesFilter): AgentPoolAgentTypesConnection
  cloudImages: AgentPoolCloudImagesConnection @deprecated(reason: "Use agentTypes(filter:{cloud = true})")
  agents: AgentPoolAgentsConnection @deprecated(reason: "Use agentTypes(filter:{cloud = false})")
  maxAgentsNumber: Int
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



