Package viaduct.x.javaapi.codegen
Class InputModel
-
- All Implemented Interfaces:
public final class InputModel extends Record
Model representing a GraphQL input type for code generation.
-
-
Constructor Summary
Constructors Constructor Description InputModel()
-
Method Summary
Modifier and Type Method Description StringgetPackageName()StringgetClassName()List<FieldModel>getFields()StringgetDescription()booleangetHasDescription()-
-
Method Detail
-
getPackageName
String getPackageName()
-
getClassName
String getClassName()
-
getFields
List<FieldModel> getFields()
-
getDescription
String getDescription()
-
getHasDescription
boolean getHasDescription()
-
-
-
-