Is your feature request related to a problem? Please describe.
To be up to date with current state of GraphQL implementation in dotnet I need some service in GhostNetwork infrastructure that will expose data through GraphQL protocol. As far gateway service have to collect data from different services, it fits this purposes the best
Describe the solution you'd like
Add new project GhostNetwork.Gateway.GrapQL to solution.
Configure basic GraphQL infrastructure
Add auth and CORS support same as for API
Implement NewsFeed functionality, queries and mutations (Profile functionality will be added as separate task)
Is your feature request related to a problem? Please describe. To be up to date with current state of GraphQL implementation in dotnet I need some service in GhostNetwork infrastructure that will expose data through GraphQL protocol. As far gateway service have to collect data from different services, it fits this purposes the best
Describe the solution you'd like