How to create nested domain in nestjs graphql?

How to create nested domain in nestjs graphql?


0

How to create subdomains in nestjs/graphql?

to be able to query something like

query {
  Foo {
   Bar {
     search(page: 1) {
       id name
     }
   }
  }
}

Basically how can I create the Foo and Bar handlers?


Load 6 more related questions


Show fewer related questions

0



Leave a Reply

Your email address will not be published. Required fields are marked *