From 760782680723f4cdc64d519305cbddc76c5379d6 Mon Sep 17 00:00:00 2001 From: "Charlie C. Kim" <13868028+cckim@users.noreply.github.com> Date: Thu, 11 Dec 2025 17:42:42 -0800 Subject: [PATCH] move to https://sample-api.us-east-a.apiconnect.automation.ibm.com/api/customers --- transforms/filter/api.graphql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/transforms/filter/api.graphql b/transforms/filter/api.graphql index 5a415a1..d2c2f64 100644 --- a/transforms/filter/api.graphql +++ b/transforms/filter/api.graphql @@ -7,10 +7,11 @@ type Customer { id: ID name: String } + type Query { - customer(name: String): [Customer] + customer(name: String!): [Customer] @rest( - endpoint: "https://json2api-customers-zlwadjbovq-uc.a.run.app/customers" + endpoint: "https://sample-api.us-east-a.apiconnect.automation.ibm.com/api/customers" ecmascript: """ function transformREST(s) { var name = get('name')