Package manifold.graphql.rt.api
Interface GqlBuilder<T extends GqlType>
-
- All Superinterfaces:
BuiltType<T>,manifold.ext.rt.api.IBindingsBacked,manifold.json.rt.api.IJsonBindingsBacked,Serializable
public interface GqlBuilder<T extends GqlType> extends BuiltType<T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Tbuild()-
Methods inherited from interface manifold.graphql.rt.api.BuiltType
findBuiltTypeFrom
-
-
-
-
Method Detail
-
build
default T build()
-
-