Need help with dgraph query

Basic example:

{
	q(func: has(customer_name)) {
	customer_name
	did_order {
		order.date
		order.item {
			item.name
		}
	}
}

Do the tutorial to get a feeling of what you can do with dgraph :wink: