Skip to content

Conversation

@meistermeier
Copy link
Collaborator

No description provided.

@API(status = Status.EXPERIMENTAL, since = "6.0")
public final class Constants {

public static final SymbolicName NAME_OF_ROOT_NODE = Cypher.name("n");
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would do a NAME_OF_TYPED_ROOT_NODE.apply(null) and assigned that, so that it is somewhat compatible in case anyone used those constants.

*/
public class TestConstants {

public static final SymbolicName NAME_OF_ROOT_NODE = Cypher.name("n");
Copy link
Collaborator

Choose a reason for hiding this comment

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

that whole class can go away if you agree with me on the first suggestion.

Copy link
Collaborator

@michael-simons michael-simons left a comment

Choose a reason for hiding this comment

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

👍

meistermeier added a commit that referenced this pull request Jul 26, 2021
@meistermeier
Copy link
Collaborator Author

Merged with 44185a4

meistermeier added a commit that referenced this pull request Sep 29, 2021
Not working if there is no relationship.
@meistermeier meistermeier deleted the issue/query-node-names branch October 12, 2021 12:02
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