Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Trying to use private method of parent #6

Open
yami12376 opened this issue Jan 15, 2019 · 0 comments
Open

Trying to use private method of parent #6

yami12376 opened this issue Jan 15, 2019 · 0 comments

Comments

@yami12376
Copy link

https://github.com/howtographql/graphql-java/blob/master/src/main/java/com/howtographql/hackernews/GraphQLEndpoint.java

    public GraphQLEndpoint() {
        super(buildSchema());
    }

Currently, the buildSchema of SimpleGraphQLServlet is private - this code does not work.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant