diff --git a/.graphqlconfig b/.graphqlconfig index 8ecbad1a..1c92ceb8 100644 --- a/.graphqlconfig +++ b/.graphqlconfig @@ -1,19 +1,3 @@ { - "name": "skillbox", - "projects": { - "private": { - "schemaPath": "schema.graphql" - } - }, - "extensions": { - "endpoints": { - "localhost": { - "url": "http://localhost:8000/api/graphql", - "headers": { - "user-agent": "JS GraphQL" - }, - "introspect": false - } - } - } + "schemaPath": "server/schema.graphql" } diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 00000000..593085d3 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +nodejs 12.22.1 +python 3.8.5