graphql-codegen fails to load GraphQLSchema of vendure-core admin #2198
Unanswered
muralidharml
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am new to Vendure,
My new project has already vendure setup,
Adding new field in types.js and the server is running and able to access schema HTTP://localhost:3000/admin-api in the browser, and then we are running
Command: yarn generate-types
Getting the following error :
graphql-codegen --config ./codegen.json
√ Parse configuration
× src/plugins/order-extention/generated-admin-types.ts
Failed to load schema from http://localhost:3000/admin-api:
eived an instance of AbortSignal
at Object.fetch (node:internal/deps/undici/undici:11404:11)
at async UrlLoader.getSubschemaConfigAsync ( ...)
I am using windows 10.
Please let me know If I miss any configuration to run this.
Beta Was this translation helpful? Give feedback.
All reactions