Skip to content

Commit bbe9950

Browse files
Merge branch 'main' into feature/flux-list-display
2 parents ae205c9 + 6e30ac2 commit bbe9950

File tree

13 files changed

+31606
-345
lines changed

13 files changed

+31606
-345
lines changed

.vscode/extensions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"graphql.vscode-graphql"
4+
]
5+
}

frontend-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"backendUrl": "http://localhost:3000",
3+
"gatewayUrl": "https://gateway.ui.dev-core.mcpd.shoot.canary.k8s-hana.ondemand.com/kubernetes/graphql",
34
"landscape": "LOCAL",
45
"documentationBaseUrl": "http://localhost:3000"
56
}

graphql.config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
schema:
2+
- https://gateway.ui.dev-core.mcpd.shoot.canary.k8s-hana.ondemand.com/kubernetes/graphql:
3+
headers:
4+
Authorization: '<not needed for now>'
5+
documents: './src/**/*.{ts,tsx}'
6+
ignoreNoDocuments: true
7+
extensions:
8+
codegen:
9+
generates:
10+
./src/types/__generated__/graphql/:
11+
preset: client
12+
presetConfig:
13+
gqlTagName: graphql

0 commit comments

Comments
 (0)