Skip to content

Graph schema option #1230

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

Merged
merged 12 commits into from
Apr 10, 2025
Merged

Graph schema option #1230

merged 12 commits into from
Apr 10, 2025

Conversation

prakriti-solankey
Copy link
Collaborator

No description provided.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

frontend/src/components/Graph/GraphViewModal.tsx:53

  • The state variable 'node' is used to hold an array of nodes; consider renaming it to 'nodes' for improved clarity.
const [node, setNode] = useState<ExtendedNode[]>([]);

frontend/src/components/Graph/GraphViewModal.tsx:54

  • The state variable 'relationship' holds an array of relationships; renaming it to 'relationships' would enhance readability.
const [relationship, setRelationship] = useState<ExtendedRelationship[]>([]);

@karanchellani karanchellani merged commit de405c3 into dev Apr 10, 2025
3 checks passed
@kartikpersistent kartikpersistent deleted the options-graph branch April 11, 2025 07:01
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 this pull request may close these issues.

3 participants