Preview:
{
	search(
		input: {
			parameters: {
				firstName: "John"
				lastName: "Doe"
				street: "Somestreet"
				houseNumber: "1"
				postalCode: "12345"
				city: "Somecity"
			}
		}
	) {
		entities {
			id
			records {
				id
				firstName
				lastName
				email
				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