-
Notifications
You must be signed in to change notification settings - Fork 575
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
chore(deps): update dependency @eddeee888/gcg-typescript-resolver-files to v0.12.0 #3722
chore(deps): update dependency @eddeee888/gcg-typescript-resolver-files to v0.12.0 #3722
Conversation
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
💻 Website PreviewThe latest changes are available as preview in: https://67752abf.graphql-yoga.pages.dev |
✅ Benchmark Results
|
This PR contains the following updates:
0.11.0
->0.12.0
Release Notes
eddeee888/graphql-code-generator-plugins (@eddeee888/gcg-typescript-resolver-files)
v0.12.0
Compare Source
Minor Changes
e84fb01
: Add mappersRelativeTargetDir config optionstring
(Default:./
)By default, mappers must be siblings with the schema they represent. For example, if the schema file is
/path/to/schema.graphql
, the mapper file is/path/to/schema.mappers.ts
. This extension allows mappers to reside in a different directory relative to the schema file using the pattern<schemaPath>/<mappersRelativeTargetDir>/<schemaName><mappersFileExtension>
.221c671
: Add moduleNamingMode option to determine the module name for each schema filelast
: The module name is derived from the last directory (within the schema directory) in the file's path.first
: The module name is derived from the first directory (within the schema directory) in the file's path.Patch Changes
19e1f03
: Fix __resolveReference being required all the timeb4c501c
: Update internals to use faster approach to run static analysisdf77f2e
: Fix issue generated type names with custom naming convention breaks mappers static analysis19e1f03
]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.