SchemaArg

constructor(    name: String,     comment: String? = null,     isNullable: Boolean,     isRequired: Boolean,     inputTypes: List<SchemaArgInputType>,     deprecation: Deprecation? = null)