Builder

class Builder

Properties

Link copied to clipboard
var kind: String?

Specifies the classification of data. For example, this could be set to values like Scalar or NonNull to indicate a fundamental property of the field.

Link copied to clipboard
var name: String?

The name of the data type that represents the field. For example, String is a valid name value.

Link copied to clipboard

The DataSourceIntrospectionModelFieldType object data. The type is only present if DataSourceIntrospectionModelFieldType.kind is set to NonNull or List.

Link copied to clipboard

The values of the type field. This field represents the AppSync data type equivalent of the introspected field.