java.lang.Object
org.allGraphQLCases.graphqlrepository.non_spring.App

public class App extends Object
This class shows the use of GraphQL Repositories, within a non Spring-app.
Note: the code below is valid, but it won't work. The allGraphQLCases server is protected by OAuth, and the client can only authenticate against an OAuth server when in a Spring application.
Author:
etienne-sf
  • Constructor Details

    • App

      public App()