From 139d4ae54ca174044318bd5a8863c2da3912f158 Mon Sep 17 00:00:00 2001 From: Ben Bangert <100193+bbangert@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:25:40 -0800 Subject: [PATCH] fix(backstage): update definition errors [skip ci] Because: * We want to show the right provider. This commit: * Updates the definition errors to show the right provider. --- packages/fxa-graphql-api/backstage.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/fxa-graphql-api/backstage.yaml b/packages/fxa-graphql-api/backstage.yaml index 1462292052..bff1f13ec4 100644 --- a/packages/fxa-graphql-api/backstage.yaml +++ b/packages/fxa-graphql-api/backstage.yaml @@ -19,6 +19,8 @@ spec: system: mozilla-accounts consumesApis: - api:fxa-auth + providesApis: + - api:fxa-graphql --- apiVersion: backstage.io/v1alpha1 kind: API @@ -30,5 +32,5 @@ spec: lifecycle: production owner: fxa-devs system: mozilla-accounts - definition: | + definition: $text: https://accounts-static.cdn.mozilla.net/fxa-graphql-api/schema.gql