tiny cleanup
This commit is contained in:
parent
d91e0b7b6e
commit
743eeefdbb
@ -6,20 +6,20 @@ sources:
|
||||
handler:
|
||||
openapi:
|
||||
endpoint: https://git.andert.me/api/v1
|
||||
source: schema/gitea.yml
|
||||
source: schemas/gitea.yml
|
||||
operationHeaders:
|
||||
Authorization: Bearer {env.GITEA_API}
|
||||
- name: Directus
|
||||
handler:
|
||||
graphql:
|
||||
endpoint: https://directus.andert.me/graphql
|
||||
source: schema/directus.graphql
|
||||
source: schemas/directus.graphql
|
||||
operationHeaders:
|
||||
Authorization: Bearer {env.DIRECTUS_API}
|
||||
# - name: Cloudron
|
||||
# handler:
|
||||
# openapi:
|
||||
# endpoint: https://my.andert.me/api/v1
|
||||
# source: schema/cloudron.json
|
||||
# source: schemas/cloudron.json
|
||||
# operationHeaders:
|
||||
# Authorization: Bearer {env.CLOUDRON_API}
|
||||
|
@ -1,10 +1,6 @@
|
||||
import { useGenericAuth } from '@envelop/generic-auth'
|
||||
import { MeshPlugin } from '@graphql-mesh/types'
|
||||
|
||||
const path = require('path');
|
||||
require('dotenv').config({ path: path.resolve(__dirname, '../.env.local') });
|
||||
|
||||
|
||||
type UserType = {
|
||||
id: string
|
||||
}
|
||||
|
Reference in New Issue
Block a user