-
Here's what my .graphqlrc.yml looks likes: schema: "https://api.localhost:8443/graphql"
documents: ./src/graphql/queries.graphql
extensions:
codegen:
generates:
./src/graphql/typed-document-nodes.ts:
plugins:
- typescript
- typescript-operations
- typed-document-node |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Make sure that endpoint is accessible within your terminal. |
Beta Was this translation helpful? Give feedback.
-
Looks like it was my dodgy non-standard localhost subdomain that was the problem... The terminal wasn't allowed to access |
Beta Was this translation helpful? Give feedback.
Looks like it was my dodgy non-standard localhost subdomain that was the problem... The terminal wasn't allowed to access
api.localhost
. I'm going to have to find a better way to expose my API while in local development mode