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
Open

Add a row_id field to UserNode GQL schema #3524

agatha197 opened this issue Jan 22, 2025 — with Lablup-Issue-Syncer · 0 comments
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.

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

No branches or pull requests

1 participant