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: