We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 )
The text was updated successfully, but these errors were encountered:
Yes, I've already thought about GraphQL. It requires more implementation work on the server, but seems very flexible.
Sorry, something went wrong.
No branches or pull requests
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 )
The text was updated successfully, but these errors were encountered: