graphqlbin share function does not function
See original GitHub issueAttempting to use https://www.graphqlbin.com/v2/new share function produces an error:
{
"data": {
"addSession": null
},
"errors": [
{
"code": 5008,
"locations": [
{
"column": 11,
"line": 3
}
],
"message": "software.amazon.awssdk.services.lambda.model.ResourceNotFoundException: Function not found: arn:aws:lambda:eu-west-1:484631947980:function:cj81hi46q03c30196uxaswrz2-add-session (Service: null; Status Code: 404; Error Code: ResourceNotFoundException; Request ID: 66711723-89ea-11e8-a743-ab4f35b737a4)",
"path": [
"addSession"
],
"requestId": "eu-west-1:simple:cjjpzysua1kz9013124ybf6lu"
}
]
}
Issue Analytics
- State:
- Created 5 years ago
- Reactions:16
- Comments:19
Top Results From Across the Web
graphqlbin share function does not function #793 - GitHub
Just tested this on a local project using the HAPI middleware, and it is failing there as well. All reactions.
Read more >Developers - graphqlbin share function does not function -
Attempting to use https://www.graphqlbin.com/v2/new share function produces an error: { "data": { "addSession": null }, "errors": [ { "code": 5008, ...
Read more >How can I add a share to GraphQL Bin option to my Apollo ...
I am using Apollo server to implement a GraphQL API, which automatically gives me a GraphQL Playground. According to the GraphQL Playground docs ......
Read more >API Reference: ApolloServer - Apollo GraphQL Docs
This article documents the ApolloServer class from the @apollo/server package. You can use the ApolloServer class to create an instance of Apollo Server ......
Read more >Introducing GraphQL Playground - Prisma
You can share your GraphQL queries (including endpoints & configuration) by sending other a GraphQL Bin link. This is a great way to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also seeing this issue. It also appears that the Share button fails with an error in the console:
I will look into it next week 😃