-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config file not found #257
Comments
Ugh, sorry, will fix. For now, if you put a full path to your file, things should work: |
Merged
Yup, but another bug there
|
Double-ugh. Bad publish. Please try |
Is glob support for input files removed in 1.0?
introspection:
schemaFile: ./src/schema/*.graphql
metadataFile: ./src/schema/spectaql.json |
@mxseev fixed in |
And everything is working great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
spectaql apidocs.config.yml
using version 1.0.0 I now get an error saying apidocs.config.yml does not exists. spectaql expects the config file to be in the node_moduesl/spectaql folder instead of the project root folder.The text was updated successfully, but these errors were encountered: