InputObject

fun InputObject(    name: String,     description: String?,     inputFields: List<IntrospectionSchema.Schema.InputField>)