-
Notifications
You must be signed in to change notification settings - Fork 348
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
Allow including external yaml files in .meshrc.yaml #1412
Labels
Comments
Thanks for the suggestion! |
ardatan
changed the title
Allow including external yaml files in .mashrc.yaml
Allow including external yaml files in .meshrc.yaml
Jan 13, 2021
it would be great if we could:
|
This is implemented in the latest version but we haven't documented yet so you can include yaml files like; serve: !include ./serve-config.yaml
transforms:
- rename: !include./rename-transforms.yaml
- extend: !include ./extend-transforms.yaml
- cache: !include ./cache-transforms.yaml |
Closed
Closed
This was referenced Apr 30, 2024
Closed
Closed
Closed
klippx
pushed a commit
to klippx/graphql-mesh
that referenced
this issue
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using transforms, the .meshrc file gets really big and hard to follow.
Being able to break the meshrc into readable chunks .
Talking to @dotansimha over chat, he suggested:
I think we can eventually add it. YAML does support partials, but not from external files.
Maybe we can try to do that as part of our parsing process.
The text was updated successfully, but these errors were encountered: