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

28 lines
815 B
YAML
Raw Normal View History

serve:
endpoint: /api
2023-08-22 08:55:41 +00:00
additionalEnvelopPlugins: "./src/envelopePlugin.ts"
sources:
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
2023-08-23 15:25:48 +00:00
source: ./src/schemas/directus.graphql
operationHeaders:
2023-08-24 10:35:22 +00:00
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}