UNPKG

@graphql-hive/federation-gateway-audit

Version:
23 lines (22 loc) 318 B
export const product = { id: "1", name: { id: "1", brand: "Brand 1", model: "Model 1", }, category: { id: "1", name: "Category 1", }, price: { id: "1", amount: 1000, currency: "USD", }, address: { id: "1", street: "123 Main St", city: "Springfield", }, };