Skip to content

Commit 2d702ae

Browse files
committed
chore: update links and allow list
Signed-off-by: Adam Setch <[email protected]>
1 parent 3991d6c commit 2d702ae

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/awesome_bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Checks
2121
run: |
2222
gem install awesome_bot
23-
awesome_bot README.md --allow-ssl --allow-dupe --allow-redirect --allow 429 --white-list x.com,stackoverflow.com,reddit.com,drupal.org
23+
awesome_bot README.md --allow-ssl --allow-dupe --allow-redirect --allow 429 --white-list x.com,stackoverflow.com,reddit.com,drupal.org,medium.com,the-guild.dev/graphql/inspector

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ If you want to contribute to this list (please do), send me a pull request.
7272
- [Ballerina Samples](#ballerina-samples)
7373
- [Tools](#tools)
7474
- [Tools - Editors \& IDEs \& Explorers](#tools---editors--ides--explorers)
75-
- [Tools - Testing](#tools---testing)
75+
- [Tools - Testing, Prototyping \& Mocking](#tools---testing-prototyping--mocking)
7676
- [Tools - Security](#tools---security)
7777
- [Tools - Browser Extensions](#tools---browser-extensions)
78-
- [Tools - Prototyping](#tools---prototyping)
7978
- [Tools - Docs](#tools---docs)
8079
- [Tools - Editor Plugins](#tools---editor-plugins)
8180
- [Tools - Miscellaneous](#tools---miscellaneous)
@@ -217,7 +216,7 @@ If you want to contribute to this list (please do), send me a pull request.
217216

218217
##### PubSub
219218

220-
- [graphql-ably-pubsub](https://www.npmjs.com/package/graphql-ably-pubsub) - Ably PubSub implementation for GraphQL to publish mutation updates and subscribe to the result through a subscription query.
219+
- [graphql-ably-pubsub](https://github.com/ably-labs/graphql-ably-pubsub) - Ably PubSub implementation for GraphQL to publish mutation updates and subscribe to the result through a subscription query.
221220

222221
#### Custom Scalars
223222

@@ -455,7 +454,6 @@ If you want to contribute to this list (please do), send me a pull request.
455454
- [graphql-relay-go](https://github.com/graphql-go/relay) - A Go/Golang library to help construct a server supporting react-relay.
456455
- [graphjin](https://github.com/dosco/graphjin): Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
457456
- [graphql-go-tools](https://github.com/wundergraph/graphql-go-tools) - A graphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more.
458-
- [vibeGraphql](https://github.com/Raezil/vibeGraphql) - vibeGraphQL is a minimalistic GraphQL library for Go that supports queries, mutations, and subscriptions with a clean and intuitive API. It was vibe coded using ChatGPT o3 model.
459457
- [Thunder](https://github.com/Raezil/Thunder) - A scalable microservices framework powered by Go, gRPC-Gateway, Prisma, and Kubernetes. It exposes REST, gRPC and Graphql
460458
- [grpc-graphql-gateway](https://github.com/ysugimoto/grpc-graphql-gateway) - A protoc plugin that generates graphql execution code from Protocol Buffers.
461459
<a name="go-example" />
@@ -748,7 +746,6 @@ If you want to contribute to this list (please do), send me a pull request.
748746
- [Apollo GraphQL VSCode Extension](https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo) - Rich editor support for GraphQL client and server development that seamlessly integrates with the Apollo platform
749747
- [js-graphql-intellij-plugin](https://github.com/jimkyndemeyer/js-graphql-intellij-plugin/) - GraphQL language support for IntelliJ IDEA and WebStorm, including Relay.QL tagged templates in JavaScript and TypeScript.
750748
- [vim-graphql](https://github.com/jparise/vim-graphql) - A Vim plugin that provides GraphQL file detection and syntax highlighting.
751-
- [Apollo Workbench](https://marketplace.visualstudio.com/items?itemName=apollographql.apollo-workbench) - Tooling to help you develop and mock federated schemas using Apollo Federation.
752749
- [graphql-autocomplete](https://github.com/orionsoft/atom-graphql-autocomplete) - Autocomplete and lint from a GraphQL endpoint in Atom.
753750

754751
### Tools - Miscellaneous

0 commit comments

Comments
 (0)