DataSourceIntrospectionModelFieldType

Represents the type data for each field retrieved from the introspection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val 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
val 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.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String