crs-tools / tracker

CRS Ticket Tracker
Apache License 2.0
18 stars 11 forks source link

Add GraphQL API #196

Open saerdnaer opened 6 years ago

saerdnaer commented 6 years ago

As follow up to #185 and in context of https://media.ccc.de/v/geekend2018-5-graphql – what is your opinion on adding a GraphQL API to the tracker?

It looks like there exist the corresponding libraries for PHP (e.g. https://github.com/webonyx/graphql-php ) and here is an example GraphQL server implementation https://github.com/benawad/php-graphql-example ( explained in https://www.youtube.com/watch?v=jRuSicPIeUY )

jjeising commented 6 years ago

Yes, I've already thought about GraphQL. It requires more implementation work on the server, but seems very flexible.