graphql server endpoints

https://dev.gofelix.local:12000/ → Playground

https://dev.gofelix.local:12000/playground → Playground

https://dev.gofelix.local:12000/graphql → GraphQL endpoint

https://dev.gofelix.local:12000/api → REST endpoints



Compress-Archive -Path dist-http, node_modules, package.json -DestinationPath gofelix-graphql.zip -Force
Compress-Archive -Path dist-rest, node_modules, package.json -DestinationPath gofelix-rest.zip -Force