From 1e10ba44a90712209aae4cae7c7527c9a68e6d4b Mon Sep 17 00:00:00 2001 From: "dk-portal[bot]" <134092483+dk-portal[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 18:06:09 +0000 Subject: [PATCH] Auto commit from dk-cicd bot --- .vtex/catalog-info.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .vtex/catalog-info.yaml diff --git a/.vtex/catalog-info.yaml b/.vtex/catalog-info.yaml new file mode 100644 index 0000000..631d525 --- /dev/null +++ b/.vtex/catalog-info.yaml @@ -0,0 +1,21 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: checkout-graphql + description: GraphQL API for IO apps to communicate with the Checkout API + annotations: + github.com/project-slug: vtex-apps/checkout-graphql + vtex.com/o11y-os-index: "" + vtex.com/janus-acronym: "" + grafana/dashboard-selector: "" + backstage.io/techdocs-ref: dir:../ + tags: + - typescript +spec: + type: backend-api + lifecycle: maintenance + owner: checkout-experience + system: checkout + dependsOn: + - component:checkout-api + - "component: catalog-api"