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

Executing the CALL graphql.schema('text') returning error #209

Open
jpnaidu07 opened this issue Nov 18, 2021 · 0 comments
Open

Executing the CALL graphql.schema('text') returning error #209

jpnaidu07 opened this issue Nov 18, 2021 · 0 comments

Comments

@jpnaidu07
Copy link

Following steps as per the doc but getting the below error on executing
CALL graphql.idl('
type Movie {
title: String!
released: Int
tagline: String
actors: [Person] @relation(name:"ACTED_IN",direction:IN)
}
type Person {
name: String!
born: Int
movies: [Movie] @relation(name:"ACTED_IN")
}
')

Failed to invoke procedure graphql.schema: Caused by: java.lang.NoSuchMethodError: 'org.neo4j.graphdb.DependencyResolver org.neo4j.kernel.internal.GraphDatabaseAPI.getDependencyResolver()'

Please help

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

No branches or pull requests

1 participant