You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introspection:
schemaFile: ./schema.graphqlservers:
- url: https://example.com/graphqldescription: Test
When I run the command pnpm exec spectaql -D spectaql.yml, Spectaql successfully generates documentation and creates a development server at http://localhost:4400, then enters watch mode. However, when I save the schema.graphql file, the changes are not reflected in neither the website nor the CLI. But when I save the spectaql.yml file, the changes are registered in the CLI and the output
>> File "spectaql.yml" changed.
is displayed. I double-checked the documentation to ensure there was nothing my configuration. Let me know if there are any other steps I should try.
The text was updated successfully, but these errors were encountered:
elijaholmos
changed the title
bug: watch mode not updating when .graphql is changed
bug: watch mode not updating when .graphql file is changed
Nov 6, 2022
I have set up a simple project with the following file structure:
The
spectaql.yml
config looks like so:When I run the command
pnpm exec spectaql -D spectaql.yml
, Spectaql successfully generates documentation and creates a development server at http://localhost:4400, then enters watch mode. However, when I save theschema.graphql
file, the changes are not reflected in neither the website nor the CLI. But when I save thespectaql.yml
file, the changes are registered in the CLI and the outputis displayed. I double-checked the documentation to ensure there was nothing my configuration. Let me know if there are any other steps I should try.
SpectaQL version: 1.5.6
OS: Windows 10 21H2
Node version: 16.18.0
PNPM version: 7.14.1
The text was updated successfully, but these errors were encountered: