ConnectionTypeField

data class ConnectionTypeField(val isEncrypted: Boolean? = null, val isOptional: Boolean? = null, val name: String, val type: String)

Constructors

Link copied to clipboard
constructor(isEncrypted: Boolean? = null, isOptional: Boolean? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isEncrypted: Boolean? = null

Whether to set the isEncrypted flag of the connection field definition.

Link copied to clipboard
val isOptional: Boolean? = null

Whether to set the isOptional flag of the connection field definition.

Link copied to clipboard

The name which should be used for this connection field definition.

Link copied to clipboard

The type of the connection field definition.