|
|
|
|
|
by leebyron
3351 days ago
|
|
Hi, Lee from the GraphQL/Relay team. To clarify a bit: we've removed fields from and changed our database schema repeatedly over the years. In fact we've migrated between entire database technologies multiple times over. What we haven't done is remove fields from our GraphQL API when those fields are still in use by shipped iOS, Android, or web apps. GraphQL gives us a layer of abstraction to create consistency from the point of view of client apps while allowing iteration of backend services. |
|