Skip to content

Enhanced query logic #848

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 3 commits into from
Mar 28, 2025
Merged

Enhanced query logic #848

merged 3 commits into from
Mar 28, 2025

Conversation

kmcginnes
Copy link
Collaborator

@kmcginnes kmcginnes commented Mar 25, 2025

Description

  • Expands edges added to the graph to include the vertices as fragments
  • Expands edges in query results to include the vertices as fragments
  • Fetches details for any fragments before adding to graph
  • Fetches details in search results for any fragments

Validation

  • Tested locally with gremlin queries
  • Smoke tested other query languages

Related Issues

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0
    license.
  • I have run pnpm checks to ensure code compiles and meets standards.
  • I have run pnpm test to check if all tests are passing.
  • I have covered new added functionality with unit tests if necessary.
  • I have added an entry in the Changelog.md.

@kmcginnes kmcginnes force-pushed the add-query-logic branch 3 times, most recently from cc92b33 to 6ee2121 Compare March 26, 2025 23:58
@kmcginnes kmcginnes marked this pull request as ready for review March 27, 2025 23:13
@andreachild
Copy link

LGTM

@kmcginnes kmcginnes merged commit 7ab506f into aws:main Mar 28, 2025
2 checks passed
@kmcginnes kmcginnes deleted the add-query-logic branch March 28, 2025 22:28
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.

Fetch vertex details for edges and vertex references
2 participants