Records Insights - Search1

PHOTO EMBED

Thu Mar 16 2023 09:57:38 GMT+0000 (Coordinated Universal Time)

Saved by @Tilores

{
	search(
		input: {
			parameters: {
				firstName: "John"
				lastName: "Doe"
				street: "Somestreet"
				houseNumber: "1"
				postalCode: "12345"
				city: "Somecity"
			}
		}
	) {
		entities {
			id
			records {
				id
				firstName
				lastName
				email
				totalprice
			}
		}
	}
}
content_copyCOPY