Okay, maybe it’s easier to ask this:
How would you initialize this? GraphQLNullable<[Int?]>
I tried .init(arrayLiteral: someOptionalArray)
, but it’s giving me this error:
Cannot convert value of type '[Int?]' to expected argument type 'Array<Int?>.ArrayLiteralElement' (aka 'Optional<Int>')