-
Notifications
You must be signed in to change notification settings - Fork 3
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
Vscode graphql updates #1438
Vscode graphql updates #1438
Conversation
…commended graphql extensions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extrapolate review requests from here please
https://github.com/SeedCompany/seed-api/pull/428
…hlighting to graphql files.
@@ -1,2 +1,3 @@ | |||
PORT=3001 | |||
CORD_URL=https://api.dev.cordfield.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't add another env var for the same purpose. The one below this is fine.
CORD_URL=https://api.dev.cordfield.com |
endpoints: | ||
default: | ||
url: ${CORD_URL}/graphql | ||
documents: src/**/*.graphql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
documents: src/**/*.graphql | |
documents: src/**/*.graphql | |
@@ -1,6 +1,9 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be the same as?
https://github.com/SeedCompany/seed-api/blob/develop/.vscode/extensions.json
This lived to the end of its lifetime and died |
Added a
.graphqlrc.yaml
file needed for the recommended Graphql extensions to give better Graphqlsyntax highlighting
,auto-completion
andgo to definition
support.