diff --git a/.graphqlconfig b/.graphqlconfig new file mode 100644 index 0000000..37cb930 --- /dev/null +++ b/.graphqlconfig @@ -0,0 +1,15 @@ +{ + "name": "OhMyForm API GraphQL Schema", + "schemaPath": "./schema.graphql", + "extensions": { + "endpoints": { + "OhMyForm API GraphQL Endpoint1": { + "url": "http://localhost:4100/graphql", + "headers": { + "user-agent": "JS GraphQL" + }, + "introspect": true + } + } + } +} diff --git a/graphql/.graphqlconfig b/graphql/.graphqlconfig deleted file mode 100644 index 470c0f8..0000000 --- a/graphql/.graphqlconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "OhMyForm API GraphQL Schema", - "schemaPath": "./schema.graphql" -} diff --git a/graphql/schema.graphql b/schema.graphql similarity index 100% rename from graphql/schema.graphql rename to schema.graphql