Skip to content

Simplify get rel types#33

Merged
brs96 merged 1 commit intoneo4j-contrib:mainfrom
brs96:simplify-get-rel-types
Sep 29, 2025
Merged

Simplify get rel types#33
brs96 merged 1 commit intoneo4j-contrib:mainfrom
brs96:simplify-get-rel-types

Conversation

@brs96
Copy link
Collaborator

@brs96 brs96 commented Sep 29, 2025

No description provided.

@brs96 brs96 force-pushed the simplify-get-rel-types branch from 7fb3dd9 to b41eaee Compare September 29, 2025 10:58
description="""Get relationship types in the database.""",
inputSchema={
"type": "object",
"properties": {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removing node label filtering since for ["A", "B"] it will return all rel types satisfying A<->A, B<->B, A->B, B<-A with no information about source/target types (not triplets). The filtering does not provide anything benefit in most cases.

@brs96 brs96 merged commit 3c903ec into neo4j-contrib:main Sep 29, 2025
1 check passed
@brs96 brs96 deleted the simplify-get-rel-types branch September 29, 2025 11:59
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.

2 participants