aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/biome/out.graphql
blob: 89828dab4fe4f2ef84ad496410abaa6e57ecdad4 (plain)
1
2
3
4
5
6
{
	human(id: "1000") {
		name
		height(unit: FOOT)
	}
}