SchemaField

constructor(    name: String,     isNullable: Boolean? = null,     outputType: OutputTypeRef,     args: List<SchemaArg>,     deprecation: Deprecation? = null,     documentation: String? = null)