Package graphql.schema.idl
Class SchemaGeneratorHelper
- java.lang.Object
-
- graphql.schema.idl.SchemaGeneratorHelper
-
public class SchemaGeneratorHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SchemaGeneratorHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.function.Function<Type<?>,GraphQLInputType>
inputTypeFactory(graphql.schema.idl.SchemaGeneratorHelper.BuildContext buildCtx)
-
-
-
Method Detail
-
inputTypeFactory
public java.util.function.Function<Type<?>,GraphQLInputType> inputTypeFactory(graphql.schema.idl.SchemaGeneratorHelper.BuildContext buildCtx)
-
-