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

25 lines
677 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}
2023-08-21 13:34:56 +00:00
- name: Directus
handler:
2023-08-21 13:34:56 +00:00
graphql:
endpoint: https://directus.andert.me/graphql
source: schema/directus.graphql
operationHeaders:
2023-08-21 13:34:56 +00:00
Authorization: Bearer {env.DIRECTUS_API}
# - name: Cloudron
# handler:
# openapi:
# endpoint: https://my.andert.me/api/v1
# source: schema/cloudron.json
# operationHeaders:
# Authorization: Bearer {env.CLOUDRON_API}