Hifu-devs / hifu-api

MIT License
0 stars 0 forks source link

CreateHifu GraphQL Mutation #44

Closed brian-greeson closed 4 years ago

brian-greeson commented 4 years ago

Merge to Master PR

Closes: #21, 42

Type of change made

What's this PR do? (Detailed Description)

Added a GraphQL endpoint createHifu which allows you to post an entire record {user,contact,route, and waypoints} in one post. Exposes the created User back to the requester.

Created (Classes, Methods, Migrations, etc.)

Updated (Classes, Methods, Models, etc.)

N/A

Technical Debt Added (What is not being tested? what does this PR break?)

Notes

Data loss migrations, Please reseed your local DB

kristastadler commented 4 years ago

This is a lot of functionality -- looks great!

brian-greeson commented 4 years ago

Github is not picking up the passing build from travis. Tried convert to draft and then back to normal PR, no luck. Resubmitting PR seems like the only option