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-08-22 09:52:12 +02:00

26 lines
732 B
YAML

serve:
endpoint: /api/graphql
additionalEnvelopPlugins: "./src/envelopePlugin.ts"
sources:
- name: Gitea
handler:
openapi:
endpoint: https://git.andert.me/api/v1
source: schemas/gitea.yml
operationHeaders:
Authorization: Bearer {env.GITEA_API}
- name: Directus
handler:
graphql:
endpoint: https://directus.andert.me/graphql
source: schemas/directus.graphql
operationHeaders:
Authorization: Bearer {env.DIRECTUS_API}
# - name: Cloudron
# handler:
# openapi:
# endpoint: https://my.andert.me/api/v1
# source: schemas/cloudron.json
# operationHeaders:
# Authorization: Bearer {env.CLOUDRON_API}