Skip to content
Snippets Groups Projects
.meshrc.yml 261 B
Newer Older
sources:
  - name: okuna
    handler:
      graphql:
        endpoint: http://localhost:8000/graphql
        operationHeaders:
          X-Holi-User-ID: "{context.headers['x-holi-user-id']}"
          X-Holi-User-Email: "{context.headers['x-holi-user-email']}"