diff --git a/.data/plugins/caching-config.js b/.data/plugins/caching-config.js index a5402b9..7ab05a8 100644 --- a/.data/plugins/caching-config.js +++ b/.data/plugins/caching-config.js @@ -6,7 +6,7 @@ export const Config = { otel_headers: {}, queries_to_cache: [ - `{customers(where: {state: {_in: ["WA", "ACT"]}}) {firstName lastName postcode state country city address}}` + `{customers(where: {state: {_in: ["WA", "ACT"]}}) {firstName lastName postcode state country city address}}`, `{ usersById(id: 1) { email formatCreatedAtTimestamp } customers(limit: 1) { firstName lastName email segment customerLinks { customerPreferences { socialMedia { linkedin } } supportDB { supportHistory { date status } } } creditCards { maskCreditCard expiry cvv } billings { formatBillingDate paymentStatus totalAmount } } calls(limit: 1) { callid } cdr(limit: 1) { guid } documents(limit: 1) { uuid } }`, `{ customers(limit: 1) { customerId } }` ],