|
|
|
|
|
by maticzav
1949 days ago
|
|
SwiftGraphQL also generates API structs from the schema. Maybe you are referring to generating the model from the queries. The problem we had with that approach was that it's hard to reuse the generated structures in your application model. You can read more about the idea here: https://github.com/maticzav/swift-graphql#what-are-the-pitfa... |
|