Pipeline typecheck #474
Unanswered
JulianWowra
asked this question in
Q&A
Replies: 1 comment 2 replies
-
One possibility would be to include a schema file in the repository if the server (as in the case of an isolated pipeline) is not accessible. 👀 See: https://nuxt-graphql-client.web.app/advanced/codegen#local-schema |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! 👋
I am currently running into a pipeline problem.
I think it's good that this library can determine the types and functions itself using a GraphQL endpoint. However, the Vue typecheck has already saved me from unpleasant situations.
What is the procedure in an isolated pipeline if no endpoint is available for the GraphQL client? Logically, the typecheck will then fail because no types have been created.
Beta Was this translation helpful? Give feedback.
All reactions