Try
{
q(func: type(DummyType)) {
expand(_all_)
}
}
Don’t miss the underscores at the beginning and the end of _all_.
Try
{
q(func: type(DummyType)) {
expand(_all_)
}
}
Don’t miss the underscores at the beginning and the end of _all_.