You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
Currently, the
UserNode
GraphQL schema lacks arow_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 theUserNode
GraphQL schema would enable querying users by ID, facilitating better data management and access patterns.Possible Solution
UserNode
GraphQL schema to include arow_id
field.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.
The text was updated successfully, but these errors were encountered: