Skip to content
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

migrate to neo4j-graphql-java #205

Open
wants to merge 3 commits into
base: 4.0
Choose a base branch
from

Conversation

Andy2003
Copy link

@Andy2003 Andy2003 commented Nov 10, 2020

Code migration completed.

open tasks:

init {
log = provider.getLog(GraphQLResource::class.java)
}
@Path("/{db}")
Copy link
Contributor

Choose a reason for hiding this comment

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

we need the fallback for the default db (aka neo4j)

Copy link
Author

@Andy2003 Andy2003 Nov 11, 2020

Choose a reason for hiding this comment

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

is this really necessary? since we will have conflicts like:

GET /idl

is idl the database name or is it the path for managing the idl resource on the default neo4j database?

Copy link
Contributor

Choose a reason for hiding this comment

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

you're right, I was just trying to be backwards compatible

@Andy2003 Andy2003 marked this pull request as ready for review February 6, 2021 16:40
@Andy2003 Andy2003 requested a review from jexp February 6, 2021 16:40
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.

None yet

2 participants