Preview:
{
	search(
		input: {
			parameters: {
				firstName: "John"
				lastName: "Doe"
				street: "Somestreet"
				houseNumber: "1"
				postalCode: "12345"
				city: "Somecity"
			}
		}
	) {
		entities {
			id
			recordInsights {
				FirstName: valuesDistinct(field: "firstName")
				LastName: valuesDistinct(field: "lastName")
				Email: valuesDistinct(field: "email")
				Total: sum(field: "totalprice")
			}
		}
	}
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter