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?
Foo
Bar
Load 6 more related questions Show fewer related questions
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.