Closed
Conversation
Member
|
Hi @djake; thanks for your PR! The "ask first" is just there to help avoid people getting frustrated if their hard work were to be rejected. You're absolutely right that the CLI option is I'm very unhappy with this state of affairs; so am planning to replace it: As such, I'd rather not merge this PR because I'd rather it was not necessary at all. I'm going to leave it open to nag me to address the underlying problem of postgraphilerc. Thanks again! |
Member
|
On second thoughts I'm closing it. I know the RC needs dealing with 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, this is a first PR for this project. I hope you don't mind I skipped the "ask first" instruction because this is a minor change to an error message, so simply typing this description was more time consuming than the actual PR.
While trying to setup new roles, I broke watching and got an error like:
I am using the CLI and passing configuration via the options prop in
.postgraphilerc.js. Per this message, I addedoptions.ownerConnectionString. It appears that it should be options.ownerConnection. My guess is the existing language is meant forlibrary.ownerConnection. Anyhow, I thought this PR might provide some clarity for any future newbie who stumbles on it.If this is unwelcome or simply reflects some user error on my part, feel free to close. If you think it might be preferable to use the same property name in both cases or some other alternative, I'm happy to try that instead, I would like to contribute in some way as I make use of this project.