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

[API] Implement totalSeatCount resolver on Account #2556

Closed
spalmurray-codecov opened this issue Sep 20, 2024 · 0 comments · Fixed by codecov/codecov-api#853
Closed

[API] Implement totalSeatCount resolver on Account #2556

spalmurray-codecov opened this issue Sep 20, 2024 · 0 comments · Fixed by codecov/codecov-api#853
Assignees

Comments

@spalmurray-codecov
Copy link

Implement the new totalSeatCount resolver on the Account object in our GraphQL API. This field should only be accessible to members of one or more Account organizations, but we do not need to worry about that as the Account object is itself only accessible to those users. This value represents the number of seats paid for by the owner, in other words, the sum of the Account model's plan_seat_count and free_seat_count.

See planning doc for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant