public class _AnyKt
| Modifier and Type | Method and Description |
|---|---|
static graphql.schema.GraphQLScalarType |
getANY_SCALAR_TYPE()
The _Any scalar is used to pass representations of entities from external services into the root _entities field for execution.
Validation of the _Any scalar is done by matching the __typename and @external fields defined in the schema.
|
public static graphql.schema.GraphQLScalarType getANY_SCALAR_TYPE()
The _Any scalar is used to pass representations of entities from external services into the root _entities field for execution. Validation of the _Any scalar is done by matching the __typename and @external fields defined in the schema.