Package com.graphql_java_generator.client.request

This package contains all the classes used to generate the requests toward the GraphQL server.
Author:
EtienneSF
  • Class Summary 
    Class Description
    Builder
    This class is a Builder that'll help to build a ObjectResponse, which defines what should appear in the response from the GraphQL server.
    InputParameter
    Contains an input parameter, to be sent to a query (mutation...).
    ObjectResponse
    This class describes what response is expected from the GraphQL server.