SchemaField
data class SchemaField(val name: String, val isNullable: Boolean? = null, val outputType: OutputTypeRef, val args: List<SchemaArg>, val deprecation: Deprecation? = null, val documentation: String? = null)
Constructors
Link copied to clipboard
constructor(name: String, isNullable: Boolean? = null, outputType: OutputTypeRef, args: List<SchemaArg>, deprecation: Deprecation? = null, documentation: String? = null)