static ResponseField.CustomTypeField |
ResponseField.forCustomType(String responseName,
String fieldName,
Map<String,Object> arguments,
boolean optional,
ScalarType scalarType,
List<ResponseField.Condition> conditions)
|
<T> T |
ResponseReader.ListItemReader.readCustomType(ScalarType scalarType) |
void |
ResponseWriter.ListItemWriter.writeCustom(ScalarType scalarType,
Object value) |
void |
InputFieldWriter.ListItemWriter.writeCustom(ScalarType scalarType,
Object value) |
void |
InputFieldWriter.writeCustom(String fieldName,
ScalarType scalarType,
Object value) |