Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update July CLI GA Changes #60

Merged
merged 4 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions analytics/subgraph.cloud.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.cloud.analytics
includePaths:
- metadata
name: analytics
9 changes: 9 additions & 0 deletions analytics/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.analytics
includePaths:
- metadata
name: analytics
9 changes: 9 additions & 0 deletions experience/subgraph.cloud.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.cloud.experience
includePaths:
- metadata
name: experience
9 changes: 9 additions & 0 deletions experience/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.experience
includePaths:
- metadata
name: experience
9 changes: 9 additions & 0 deletions sales/subgraph.cloud.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.cloud.sales
includePaths:
- metadata
name: sales
9 changes: 9 additions & 0 deletions sales/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.sales
includePaths:
- metadata
name: sales
39 changes: 6 additions & 33 deletions supergraph.cloud.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,9 @@
kind: Supergraph
version: v1
version: v2
definition:
supergraph_globals:
generator:
rootPath: ./supergraph_globals
envFile: ./supergraph_globals/.env.supergraph_globals
includePaths:
- ./supergraph_globals/auth-config.cloud.hml
- ./supergraph_globals/compatibility-config.hml
- ./supergraph_globals/graphql-config.hml
subgraphs:
analytics:
generator:
rootPath: analytics
envFile: analytics/.env.cloud.analytics
includePaths:
- analytics/metadata
experience:
generator:
rootPath: experience
envFile: experience/.env.cloud.experience
includePaths:
- experience/metadata
sales:
generator:
rootPath: sales
envFile: sales/.env.cloud.sales
includePaths:
- sales/metadata
users:
generator:
rootPath: users
envFile: users/.env.cloud.users
includePaths:
- users/metadata
- supergraph_globals/subgraph.cloud.yaml
- users/subgraph.cloud.yaml
- analytics/subgraph.cloud.yaml
- experience/subgraph.cloud.yaml
- sales/subgraph.cloud.yaml
39 changes: 6 additions & 33 deletions supergraph.yaml
Original file line number Diff line number Diff line change
@@ -1,36 +1,9 @@
kind: Supergraph
version: v1
version: v2
definition:
supergraph_globals:
generator:
rootPath: ./supergraph_globals
envFile: ./supergraph_globals/.env.supergraph_globals
includePaths:
- ./supergraph_globals/auth-config.hml
- ./supergraph_globals/compatibility-config.hml
- ./supergraph_globals/graphql-config.hml
subgraphs:
analytics:
generator:
rootPath: analytics
envFile: analytics/.env.analytics
includePaths:
- analytics/metadata
experience:
generator:
rootPath: experience
envFile: experience/.env.experience
includePaths:
- experience/metadata
sales:
generator:
rootPath: sales
envFile: sales/.env.sales
includePaths:
- sales/metadata
users:
generator:
rootPath: users
envFile: users/.env.users
includePaths:
- users/metadata
- supergraph_globals/subgraph.yaml
- analytics/subgraph.yaml
- experience/subgraph.yaml
- sales/subgraph.yaml
- users/subgraph.yaml
11 changes: 11 additions & 0 deletions supergraph_globals/subgraph.cloud.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.supergraph_globals
includePaths:
- auth-config.cloud.hml
- compatibility-config.hml
- graphql-config.hml
name: globals
11 changes: 11 additions & 0 deletions supergraph_globals/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.supergraph_globals
includePaths:
- auth-config.hml
- compatibility-config.hml
- graphql-config.hml
name: globals
9 changes: 9 additions & 0 deletions users/subgraph.cloud.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.cloud.users
includePaths:
- metadata
name: users
9 changes: 9 additions & 0 deletions users/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kind: Subgraph
version: v1
definition:
generator:
rootPath: .
envFile: .env.users
includePaths:
- metadata
name: users
Loading