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

Add Project Information to UserNode in GraphQL API #3526

Open
agatha197 opened this issue Jan 22, 2025 — with Lablup-Issue-Syncer · 0 comments · May be fixed by #3529
Open

Add Project Information to UserNode in GraphQL API #3526

agatha197 opened this issue Jan 22, 2025 — with Lablup-Issue-Syncer · 0 comments · May be fixed by #3529
Assignees

Comments

@agatha197
Copy link
Contributor

agatha197 commented Jan 22, 2025

Motivation

  • The GraphQL UserNode type lacks a field indicating which projects(user groups) a user is associated with.

Objective

  • Add a project_nodes field of type GroupConnection

GQL Schema changes

type UserNode implements Node {
  id: ID!
  ...
  
  # New field
  project_nodes: GroupConnection
}
@agatha197 agatha197 changed the title Add Group Information to UserNode in GraphQL API Add Project Information to UserNode in GraphQL API Jan 23, 2025
@agatha197 agatha197 changed the title Add Project Information to UserNode in GraphQL API Add Group Information to UserNode in GraphQL API Jan 23, 2025
@agatha197 agatha197 changed the title Add Group Information to UserNode in GraphQL API Add Project Information to UserNode in GraphQL API Jan 23, 2025
@fregataa fregataa linked a pull request Jan 23, 2025 that will close this issue
2 tasks
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.

2 participants