aroman
07/19/2018, 2:54 PMdb
with prisma
in between. I want to be able to make a query for example from the front end, pass it through the gateway and hit the microservice. The main purpose of this gateway is to gran permissions as the calls go down to the microservice.
My current dilemma involves me not being able to properly formate(or tell) my gateway what to send to the microserviceMichaël
07/19/2018, 3:10 PMaroman
07/19/2018, 3:11 PMaroman
07/19/2018, 3:12 PMYAML
file or did you also add the graphql-tools
to index.ts
Michaël
07/19/2018, 3:17 PMaroman
07/19/2018, 3:26 PMMichaël
07/19/2018, 8:16 PMaroman
07/19/2018, 8:17 PMMichaël
07/19/2018, 8:17 PMaroman
07/19/2018, 8:18 PMaroman
07/19/2018, 8:20 PMdatamodel: datamodel.graphql
endpoint: .....
secret: ${env:PRISMA_SECRET}
hooks:
post-deploy:
- graphql get-schema --project database
- graphql codegen
- echo "Deployment finished"
Michaël
07/19/2018, 8:23 PMaroman
07/19/2018, 8:25 PMMichaël
07/19/2018, 8:27 PMaroman
07/19/2018, 8:28 PM