Closed HunterLarco closed 4 days ago
Latest commit: 1d4797222c96f1ce8146176081a970cebba74c9b
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
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>
. This is useful for users which prefer to locate mappers in their own directory rather than interspliced with the schema files.Testing
typescript-resolver-files
are passing