| Package | Description |
|---|---|
| com.apollographql.apollo.api |
| Modifier and Type | Method and Description |
|---|---|
static ResponseField.CustomTypeField |
ResponseField.forCustomType(String responseName,
String fieldName,
Map<String,Object> arguments,
boolean optional,
ScalarType scalarType,
List<ResponseField.Condition> conditions)
Factory method for creating a Field instance representing a custom GraphQL Scalar type,
ResponseField.Type.CUSTOM |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ResponseReader.readCustomType(ResponseField.CustomTypeField field) |
void |
ResponseWriter.writeCustom(ResponseField.CustomTypeField field,
Object value) |
Copyright © 2018. All rights reserved.