FieldRefType

data class FieldRefType(val name: String, val allowTypes: List<TypeRef.FieldRefAllowType<TypeRef>>, val fields: List<SchemaArg>)

Constructors

Link copied to clipboard
constructor(name: String, allowTypes: List<TypeRef.FieldRefAllowType<TypeRef>>, fields: List<SchemaArg>)

Properties

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