Add GraphQL config file for https://github.com/graphql-cli/graphql-cli
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
2bf3b11320
commit
3a66111ad7
6
.graphqlconfig.yaml
Normal file
6
.graphqlconfig.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
projects:
|
||||||
|
Mobilizon:
|
||||||
|
schemaPath: schema.graphql
|
||||||
|
extensions:
|
||||||
|
endpoints:
|
||||||
|
dev: 'http://localhost:4000/api'
|
Loading…
Reference in a new issue