-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to GraphQL API? #56
Comments
I like this idea, with graphQL the implementation for mobile is very easy, light and simple. |
@acidiney as mention above, for laravel can be used I don't know if it's really easy to implement in mobile dev. Have you been tested before? |
@acidiney take a look at my screenshot. I have created a basic implementation with Laravel + GraphQL. |
@JoseCage I dont testing but know people what using he in your mobile aplications |
Ah ok... I will read about it. |
@JoseCage |
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:
Query's
,Type's
,Mutation's
Query
DonorsQuery
CampaignsQuery
BloodGroupsQuery
MyProfileQuery
Type
DonorsType
CampaignsType
BloodGroupsType
Mutation
UpdateProfileMutation
RegisterDonorMutation
CreateCampaignMutation
The text was updated successfully, but these errors were encountered: