Feature/graphql
add graphql support to all existing routes
I added graphql route that essentially has a relay middleware that transforms requests in the way that allows us to use existing controllers initially created for REST. This way we wound't have to worry about synchronizing REST vs graphql in case we change/add additional behaviors to controllers.
@gitfrosh I just want you to see the approach, in case you approve it, I will promptly add pagination params in the request arguments + auth middleware
pagination and authorization added ✅
this addresses issue #16
@gitfrosh please take a look at this one too
Hi @FroggyRocky, thanks a lot for your contribution! It would be great to have a basic documentation on how to use the new endpoint. Also while testing locally, I get a 401 when calling /graphql. Any ideas?