first commit, setting up graphqlmesh with gitea

This commit is contained in:
Samuel Andert 2023-07-12 13:46:00 +02:00
commit b8ee2c17ee
5 changed files with 21675 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
node_modules
.env
.mesh

6
.meshrc.yml Normal file
View File

@ -0,0 +1,6 @@
sources:
- name: Gitea
handler:
openapi:
endpoint: https://gitea.andert.me/api/v1
source: gitea.yml

14886
gitea.yml Normal file

File diff suppressed because it is too large Load Diff

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "graphql.andert.me",
"version": "0.1.0",
"license": "AGPL",
"private": true,
"scripts": {
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "^0.85.1",
"@graphql-mesh/openapi": "^0.94.7",
"graphql": "^16.7.1"
}
}

6766
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff