xamarin / Xamarin.Forms.GraphQL

Other
41 stars 9 forks source link

Improve getting ListView item data #4

Open davidortinau opened 6 years ago

davidortinau commented 6 years ago

Presently the data coming through the ListView.ItemSelected on e.SelectedItem is an object. Given that I have no models, and that's kind of a wonderful thing about GraphQL, it would be great to have an equally simple way to handle passing this data without using reflection or json parsing.

screenshot 2018-08-25 15 26 50