SchemaArgInputType

data class SchemaArgInputType(val isList: Boolean, val type: ArgType, val location: FieldLocation, val namespace: FieldNamespace? = null)

Constructors

Link copied to clipboard
constructor(isList: Boolean, type: ArgType, location: FieldLocation, namespace: FieldNamespace? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard