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

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.

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