-
Notifications
You must be signed in to change notification settings - Fork 0
Add GraphQL Support #48
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
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-graphqllibrary to convert the existing OpenAPI specification to a GraphQL schema and serves GraphQL requests alongside the existing RESTful endpoints.Summary of Changes
openapi-to-graphqllibrary as a dependency inpackage.jsonlib/graphql.js, to convert the OpenAPI specification to a GraphQL schema and serve GraphQL requestsserver.jsto use the newgraphql.jsfile and serve GraphQL requests on the/graphqlendpointREADME.mdfile 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: