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

18 lines
446 B
YAML
Raw Normal View History

serve:
endpoint: /api/graphql
sources:
- name: Gitea
handler:
openapi:
2023-07-12 14:32:52 +00:00
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}