givebloodorg / doesangue-core

Online platform that connects people interested in blood donation
https://givebloodorg.github.io
MIT License
87 stars 15 forks source link

Move to GraphQL API? #56

Open JoseCage opened 6 years ago

JoseCage commented 6 years ago

Given the benefits of GraphQL would be a good option to recreate a version of the GraphQL-based API?.

Because we are using Laravel we will use folklore/graphql a very good GraphQL implementation for Laravel.

* Steps to do that:

acidiney commented 6 years ago

I like this idea, with graphQL the implementation for mobile is very easy, light and simple. But, I have no idea why to use GraphQL with laravel being that it is for the API(Back-end)

JoseCage commented 6 years ago

@acidiney as mention above, for laravel can be used rebing/graphql-laravel package.

I don't know if it's really easy to implement in mobile dev. Have you been tested before?

JoseCage commented 6 years ago

@acidiney take a look at my screenshot. I have created a basic implementation with Laravel + GraphQL.

GraphQL Tested

acidiney commented 6 years ago

@JoseCage I dont testing but know people what using he in your mobile aplications

JoseCage commented 6 years ago

@JoseCage I don't test but know people what using he in your mobile applications

Ah ok... I will read about it.

JoseCage commented 6 years ago

@acidiney I've deployed to heroku. Test here

sukuasoft commented 1 year ago

@JoseCage Can I work on this issue?

JoseCage commented 1 year ago

@JoseCage

Can I work on this issue?

Not yet. Please check the issues already defined to be resolved.

Info