public class _FieldSetKt
| Modifier and Type | Method and Description |
|---|---|
static graphql.schema.GraphQLScalarType |
getFIELD_SET_SCALAR_TYPE()
Custom scalar type that is used to represent a set of fields. Grammatically, a field set is a selection set minus the braces.
This means it can represent a single field "upc", multiple fields "id countryCode", and even nested selection sets
"id organization { id }".
|
public static graphql.schema.GraphQLScalarType getFIELD_SET_SCALAR_TYPE()
Custom scalar type that is used to represent a set of fields. Grammatically, a field set is a selection set minus the braces. This means it can represent a single field "upc", multiple fields "id countryCode", and even nested selection sets "id organization { id }".