first commit, setting up graphqlmesh with gitea
This commit is contained in:
commit
b8ee2c17ee
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
.env
|
||||
.mesh
|
6
.meshrc.yml
Normal file
6
.meshrc.yml
Normal file
@ -0,0 +1,6 @@
|
||||
sources:
|
||||
- name: Gitea
|
||||
handler:
|
||||
openapi:
|
||||
endpoint: https://gitea.andert.me/api/v1
|
||||
source: gitea.yml
|
14
package.json
Normal file
14
package.json
Normal 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
6766
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user