java.lang.Object
org.eclipse.microprofile.graphql.tck.apps.basic.api.BasicInput
All Implemented Interfaces:
BasicInterface

@Input("BasicMessageInput") public class BasicInput extends Object implements BasicInterface
To Test the generation of a Input even if it's not used (directly) as an argument.
Author:
Phillip Kruger (phillip.kruger@redhat.com)
  • Constructor Details

    • BasicInput

      public BasicInput()
    • BasicInput

      public BasicInput(String message)
  • Method Details