Skip to content

Trying to use private method of parent #6

Description

@yami12376

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions