Autocompletion for .meshrc.yml
#5098
Unanswered
philipheinser
asked this question in
Q&A
Replies: 2 comments
-
Just use TS version: import { Config } from "@graphql-mesh/types/typings/config";
const config: Config = {
...
}
export default config; |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While working with mesh is there an vs code extension or some tool to get autocomplete for the
.meshrc.yaml
?Beta Was this translation helpful? Give feedback.
All reactions