Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
366 stars 44 forks source link

Fix #315 in dev mode log validation error #316

Open sheggi opened 1 year ago

sheggi commented 1 year ago

Don't stop nuxt dev if a GraphQl validation error happens. Allow other build tools to fix the problem later on.

If dev mode is disabled, this should still fail to prevent a successful build with GraphQL validation errors.

sheggi commented 1 year ago

CI failed because of

Failed to load schema from https://spacex-api-2gl6xp7kua-ue.a.run.app/graphql:
examples/extends postinstall:         Unexpected token < in JSON at position 0

Looks like this error is unrelated to the changes made