``` service: doorcode stage: '${env:PRISMA_STAGE}'...
# prisma-whats-new
j
Copy code
service: doorcode
stage: '${env:PRISMA_STAGE}'
secret: '${env:PRISMA_SECRET}'
datamodel: datamodel.graphql
seed:
  import: seed.graphql
cluster: '${env:PRISMA_CLUSTER}'
subscriptions:
  sendVerificationCode:
    webhook:
      url: '<http://583d3ab7.ngrok.io/send-sms>'
      headers:
        Content-Type: application/json
    query: subscriptions/SendVerificationCode.graphql