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 a row_id field to UserNode GQL schema #3524

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

Add a row_id field to UserNode GQL schema #3524

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

Comments

@agatha197
Copy link
Contributor

Description

Currently, the UserNode GraphQL schema lacks a row_id field, making it impossible to query users by their ID. This limitation hinders the ability to efficiently manage and access user data within the system.

Expected Behavior

The addition of a row_id field to the UserNode GraphQL schema would enable querying users by ID, facilitating better data management and access patterns.

Possible Solution

  • Update the UserNode GraphQL schema to include a row_id field.
  • Ensure that the row_id field is properly indexed and queryable.

Additional Context

Being able to query users by their ID is crucial for performing efficient data lookups and managing user-related operations in the system. Adding this field would significantly enhance the usability and functionality of the GraphQL API.

@agatha197 agatha197 self-assigned this Jan 22, 2025
@jopemachine jopemachine linked a pull request Feb 6, 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.

1 participant