From a3b138b3fd7e7b75715dd8b385fbab13affd4485 Mon Sep 17 00:00:00 2001 From: "dls-graph-schema-federator[bot]" <183111110+dls-graph-schema-federator[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:32:24 +0000 Subject: [PATCH] feat: update workflows schema to graph-proxy@v0.1.18 --- supergraph-config.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/supergraph-config.yaml b/supergraph-config.yaml index e253f73..4beb0bc 100644 --- a/supergraph-config.yaml +++ b/supergraph-config.yaml @@ -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: @@ -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