-
Notifications
You must be signed in to change notification settings - Fork 7
/
.graphqlconfig
13 lines (13 loc) · 1.08 KB
/
.graphqlconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"projects": {
"itdagene": {
"schemaPath": "schema/schema.graphql",
"extensions": {
"endpoints": {
"prod": "https://itdagene.no/graphql/754a9fe011d12aa909bc0db296db42caaa9d28e3" ,
"dev": "http://localhost:8000/graphql"
}
}
}
}
}