Haufe-Lexware / api-style-guide

Haufe API Style Guide
https://haufe-lexware.gitbooks.io/haufe-api-styleguide/content/
Apache License 2.0
232 stars 79 forks source link

Clarify use of GraphQL for mobile app interfaces only when using React/Redux #40

Open hlgr360 opened 7 years ago

hlgr360 commented 7 years ago

From a conversation on Rocket

The only place for GraphQL in my rule ebook is between the backend and the mobile app .. the mobile app api. Tthat api is mobile app specific .. and it makes sense to leverage the whole power of the React/Redux stack in that case BUT that is not the same API as for instance a partner API or a public API or an integration API