Open karstengresch opened 5 years ago
Hi all,
when switching a project to Swift 5, I upgraded to Graph 3.1.1 (from 2.2.2 and now I get complaints like):
"Value of type 'Search' has no member 'for'"
As the Graph examples and documentation still use examples with 'for', I suggest upgrading the documentation to the new API.
Hey! Sorry for breaking changes. A tiny documentation on the new API can be found at #154. That said, we can help you to convert queries into new API if you share.
Hi all,
when switching a project to Swift 5, I upgraded to Graph 3.1.1 (from 2.2.2 and now I get complaints like):
"Value of type 'Search' has no member 'for'"
As the Graph examples and documentation still use examples with 'for', I suggest upgrading the documentation to the new API.