FearTheC / ftc-discord-platadmin-front

0 stars 1 forks source link

Implementation of Apollo (or any GraphQL client) #5

Open QBonaventure opened 6 years ago

QBonaventure commented 6 years ago

The application is now simply using Axios to query the GraphQL server. However, it would certainly be a lot more interesting to implement a real GQL client such as Apollo.

The main problem encountered while implementing Apollo as been the CORS security.