p.magalhaes
p.magalhaes

Reputation: 8374

React + GraphQL + Realy

We are developing a backend API (Graph QL + RealY) that will be consumed by aReact + Relay. This same api will be consumed by a mobile application too nativa OSX and Android.

Is it a common pattern to have this kind of architecture? As far As I know, consume graphQL+realy using reacty-realy is simple, but I don't know ehn using OSX/Android mobile.

Upvotes: 0

Views: 90

Answers (1)

bora89
bora89

Reputation: 3619

The easiest way would be a POST request to the GraphQL endpoint, you will get a JSON result. Possibly it is not very best solution, but can get started. For iOS you can try Apollo.

Upvotes: 1

Related Questions