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-24 12:35:22 +02:00

28 lines
815 B
YAML

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