Builder

class Builder

Properties

Link copied to clipboard

The DataSourceIntrospectionModelField object data.

Link copied to clipboard

The array of DataSourceIntrospectionModelIndex objects.

Link copied to clipboard
var name: String?

The name of the model. For example, this could be the name of a single table in a database.

Link copied to clipboard

The primary key stored as a DataSourceIntrospectionModelIndex object.

Link copied to clipboard
var sdl: String?

Contains the output of the SDL that was generated from the introspected types. This is controlled by the includeModelsSDL parameter of the GetDataSourceIntrospection operation.