Setting the file. One moment.
Subchapter 8.11
templates/v1/sections/cors.yaml
YAML14 lines255 B
# CORS — v1 flat schema
cors:
origins:
- https://app.example.com
- https://studio.apollographql.com
allow_headers:
- Content-Type
- Authorization
methods:
- GET
- POST
- OPTIONS
allow_credentials: true
max_age: 24h