We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ff629 commit a0c2b88Copy full SHA for a0c2b88
README.md
@@ -1,6 +1,3 @@
1
-> [!WARNING]
2
-> This repository is under construction and not yet ready for public consumption. Please check back later for updates.
3
-
4
# GQL Gateway
5
6
The goal of this library is to provide a reusable and generic way of exposing k8s resources from within a cluster using GraphQL.
@@ -231,4 +228,4 @@ curl \
231
228
-H "Authorization: 7f41d4ea-6809-4714-b345-f9281981b2dd" \
232
229
-d '{"query": "subscription { core_openmfp_io_accounts(namespace: \"default\") { spec { displayName }}}"}' \
233
230
http://localhost:8080/root/graphql
234
-```
+```
0 commit comments