kubos / kubos-old

An open source platform for satellites
http://kubos.com
Apache License 2.0
72 stars 23 forks source link

Add mutations into example rust handler #218

Closed plauche closed 6 years ago

plauche commented 6 years ago
plauche commented 6 years ago

Add graphql mutations to rust handler example.

plauche commented 6 years ago

@CatGarab I went back and forth on the granularity of the mutations, glad to have another opinion :smile:.

I created some more abstract return types for the mutations similar to what the Apollo blog suggested. They make things a little verbose, but I can see how they could provide more flexibility in the future and it does seem like GraphQLy.