This repository has been archived on 2023-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
ARCHIVED-graphql/.meshrc.yml
2023-07-12 19:43:22 +02:00

18 lines
446 B
YAML

serve:
endpoint: /api/graphql
sources:
- name: Gitea
handler:
openapi:
endpoint: https://git.andert.me/api/v1
source: schema/gitea.yml
operationHeaders:
Authorization: Bearer {env.GITEA_API}
- name: Cloudron
handler:
openapi:
endpoint: https://my.andert.me/api/v1
source: schema/cloudron.json
operationHeaders:
Authorization: Bearer {env.CLOUDRON_API}