Skip to content
Open
Changes from all commits
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
11 changes: 4 additions & 7 deletions supergraph-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
version: 1
subgraphs:
- name: workflows
routing_url: https://workflows.diamond.ac.uk/graphql
subscription:
url: wss://workflows.diamond.ac.uk/graphql/ws
protocol: ws
schema:
file: schema/workflows.graphql
- name: instrument_sessions
routing_url: https://instrument-sessions.diamond.ac.uk/api/graphql
schema:
Expand All @@ -19,3 +12,7 @@ subgraphs:
routing_url: https://schemas.diamond.ac.uk/graphql
schema:
file: schema/schemas.graphql
- name: workflows
routing_url: https://workflows.diamond.ac.uk/graphql
schema:
file: schema/workflows.graphql
Loading