-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Add GraphQL Support #48
base: main
Are you sure you want to change the base?
Conversation
GitHub actions yielded the following error. The command that failed is
Please note that the error message indicates that the package 'express-graphql' could not be found. This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests. I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR. |
GitHub actions yielded the following error. The command that failed is
Please note that the complete log of this run can be found in There are a lot of errors. This is likely due to a small parsing issue or a missing import with the files changed in the PR. This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests. I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR. |
2 similar comments
GitHub actions yielded the following error. The command that failed is
Please note that the complete log of this run can be found in There are a lot of errors. This is likely due to a small parsing issue or a missing import with the files changed in the PR. This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests. I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR. |
GitHub actions yielded the following error. The command that failed is
Please note that the complete log of this run can be found in There are a lot of errors. This is likely due to a small parsing issue or a missing import with the files changed in the PR. This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests. I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR. |
PR Feedback (click)
Description
This PR adds GraphQL support to the Google Play API. It introduces the
openapi-to-graphql
library to convert the existing OpenAPI specification to a GraphQL schema and serves GraphQL requests alongside the existing RESTful endpoints.Summary of Changes
openapi-to-graphql
library as a dependency inpackage.json
lib/graphql.js
, to convert the OpenAPI specification to a GraphQL schema and serve GraphQL requestsserver.js
to use the newgraphql.js
file and serve GraphQL requests on the/graphql
endpointREADME.md
file to document the new GraphQL endpoint and provide instructions for sending GraphQL requestsPlease review and merge this PR to enable GraphQL support in the Google Play API.
Fixes #45.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: