apheleia/test/formatters/samplecode/prettier-graphql/out.graphql
2022-09-10 17:24:54 -07:00

6 lines
62 B
GraphQL

{
human(id: "1000") {
name
height(unit: FOOT)
}
}