apollographql / apollo-ios

📱  A strongly-typed, caching GraphQL client for iOS, written in Swift.
https://www.apollographql.com/docs/ios/
MIT License
3.87k stars 714 forks source link

Suport for OneOf Input Objects #3430

Open cabeca opened 2 weeks ago

cabeca commented 2 weeks ago

Question

Hello!

I tried to look for it in the Roadmap, and in the issue tracker but I could not find any information about it. Apologies if I missed an obvious place. I was wondering if there are any plans to support OneOf Input Objects on apollo-ios, now that it has been added to the GraphQL spec. Is this addition being considered an if so, do you have any rough timeline for it?

Thanks!

AnthonyMDev commented 2 weeks ago

Hi @cabeca. We've added this to our roadmap. The RFC hasn't been officially added to the spec yet, but we do anticipate that it will be very soon.

No guarantees on a timeline for this, but once it's finalized and added to the spec, we'll get to it. We anticipate the work to support this to be relatively minimal.

cabeca commented 2 weeks ago

Thank you for the update!