T - type of result suppliedpublic interface BuilderFunction<T>
GraphQLObjectType.Builder obj = GraphQLObjectType.newObject();
obj.field(field -> field
.name("fieldName")
.argument(arg -> arg
.name("argumentName")));
| Modifier and Type | Method and Description |
|---|---|
T |
apply(T t) |