Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve subteams in GraphQL API #568

Closed
sduenas opened this issue Jul 19, 2021 · 1 comment
Closed

Resolve subteams in GraphQL API #568

sduenas opened this issue Jul 19, 2021 · 1 comment

Comments

@sduenas
Copy link
Member

sduenas commented Jul 19, 2021

The current API doesn't support to get the list of subteams assigned to a team. Ideally, we would be able to do something like:

query teams {
  teams {
    entities {
      name
      subteams {
         name
         subteams {
           name
           ...
      }
    }
  }
@sduenas
Copy link
Member Author

sduenas commented Aug 6, 2021

Fixed by #577 .

@sduenas sduenas closed this as completed Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant