Skip to content

Commit

Permalink
idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Nov 13, 2024
1 parent 2c820c9 commit ada1e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .data/plugins/caching-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }`
],
Expand Down

0 comments on commit ada1e71

Please sign in to comment.