vbv/server/vbv_lernwelt/learnpath/tests/grapple_test.http

21 lines
227 B
HTTP

GET http://localhost:8000/graphql/
Accept: application/json
###
{
page(id: 8) {
children {
__typename
id
title
children {
__typename
id
title
}
}
}
}