InputField

fun InputField(    name: String,     description: String?,     isDeprecated: Boolean = false,     deprecationReason: String?,     type: IntrospectionSchema.Schema.TypeRef,     defaultValue: String?)